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
@vladima this is what I mentioned in the PR; I don't think we should be this strict if there are no return statements at all. I'm going to mark this as a bug.
As of
1.8.0-dev.20151126
the following now generates a compile error whennoImplicitReturns
is specified intsconfig.json
:even though the type of
x
is() => void
This feels like a bug to me...
The text was updated successfully, but these errors were encountered: