TypeScript/tests/baselines/reference/globalThis.symbols
2015-10-05 16:37:45 -07:00

8 lines
315 B
Plaintext

=== tests/cases/compiler/globalThis.ts ===
var __e = Math.E; // should not generate 'this.Math.E'
>__e : Symbol(__e, Decl(globalThis.ts, 0, 3))
>Math.E : Symbol(Math.E, Decl(lib.d.ts, --, --))
>Math : Symbol(Math, Decl(lib.d.ts, --, --), Decl(lib.d.ts, --, --))
>E : Symbol(Math.E, Decl(lib.d.ts, --, --))