TypeScript/tests/baselines/reference/topLevelLambda3.types

9 lines
225 B
Text
Raw Normal View History

2014-08-15 23:33:16 +02:00
=== tests/cases/compiler/topLevelLambda3.ts ===
var f = () => {this.window;}
2015-04-13 23:01:57 +02:00
>f : () => void, Symbol(f, Decl(topLevelLambda3.ts, 0, 3))
2014-08-15 23:33:16 +02:00
>() => {this.window;} : () => void
>this.window : any
>this : any
>window : any