TypeScript Version: 3.1.0-dev.20180810
Code
Expected behavior:
Error that this is implicitly any.
Actual behavior:
src/a.ts:2:5 - error TS7041: The containing arrow function captures the global value of 'this' which implicitly has type 'any'.
...what arrow function?
(Ref: #25978)
TypeScript Version: 3.1.0-dev.20180810
Code
Expected behavior:
Error that
thisis implicitlyany.Actual behavior:
...what arrow function?
(Ref: #25978)