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
The error message is a bit misleading. the message is about the type system trying to know what is the type of f and catching its own tail. so an explicit type annotation would resolve the issue. so:
TypeScript Version:
1.9.0-dev.20160627-1.0
Code
Compiled with
--strictNullChecks
.Expected behavior:
No errors.
Actual behavior:
It sems to be impossible to call
f
beforef
is assigned, so I don't think this should trigger an error.The text was updated successfully, but these errors were encountered: