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

5 lines
135 B
Plaintext

=== tests/cases/compiler/topLevelLambda4.ts ===
export var x = () => this.window;
>x : Symbol(x, Decl(topLevelLambda4.ts, 0, 10))