forEach: The 'this' context of type 'void' is not assignable to method's 'this' of type 'undefined'. #15184
Labels
Bug
A bug in TypeScript
Fixed
A PR has been merged for this issue
VS Code Tracked
There is a VS Code equivalent to this issue
Milestone
TypeScript Version: 2.3.1-insiders.20170413
Code
Bug:
This makes some sense given the typeSignature of
forEach
. I'm not sure if this is a by-design change with 2.3 or notThe text was updated successfully, but these errors were encountered: