You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Flow control and function type analysis are done in two passes that don't fully interact with each other yet. Tons of open issues on this already, see #12825 as a starting point.
Related to #13957
TypeScript Version: 2.1.4
"strictNullChecks": true
Code
Expected behavior:
Report that there is an unreachable (dead) code after a call to never returning function.
Actual behavior:
Dead code is not detected.
The text was updated successfully, but these errors were encountered: