TypeScript/tests/baselines/reference/topLevelLambda3.symbols

5 lines
129 B
Plaintext
Raw Normal View History

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