TypeScript/tests/baselines/reference/topLevelLambda3.symbols
2015-04-15 16:44:20 -07:00

5 lines
129 B
Plaintext

=== tests/cases/compiler/topLevelLambda3.ts ===
var f = () => {this.window;}
>f : Symbol(f, Decl(topLevelLambda3.ts, 0, 3))