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
Automatically closing this issue for housekeeping purposes. The issue labels indicate that it is unactionable at the moment or has already been addressed.
TypeScript Version: 2.4.0 / nightly (2.5.0-dev.201xxxxx)
Code
Expected behavior:
I want result to have a type of
X
. Which means I want the predicate function to have a return type ofx is X
.Actual behavior:
The result of the predicate is of type
Z
and result is of typeZ
The text was updated successfully, but these errors were encountered: