**Expected Behavior:** I would expect the following to fail. It does not. ```ts const result: never = () => { throw new Error() }; expectType<string>(result); ```
Expected Behavior:
I would expect the following to fail. It does not.