noImplicitAny
and generic arrow functions misbehave
#13632
Labels
Design Limitation
Constraints of the existing architecture prevent this from being fixed
TypeScript Version: playground (2.1.4-insiders.20161201)
Code
The following code should be run with the
noImplicitAny
set:Expected behavior:
Both functions should compile fine.
Actual behavior:
The
f1
arrow function fails the type check as the compiler thinksa
is ofany
type.The text was updated successfully, but these errors were encountered: