TypeScript/tests/baselines/reference/globalThis.types

8 lines
348 B
Plaintext
Raw Normal View History

2014-08-15 23:33:16 +02:00
=== tests/cases/compiler/globalThis.ts ===
var __e = Math.E; // should not generate 'this.Math.E'
2015-04-13 23:01:57 +02:00
>__e : number, Symbol(__e, Decl(globalThis.ts, 0, 3))
>Math.E : number, Symbol(Math.E, Decl(lib.d.ts, 524, 16))
>Math : Math, Symbol(Math, Decl(lib.d.ts, 522, 1), Decl(lib.d.ts, 633, 11))
>E : number, Symbol(Math.E, Decl(lib.d.ts, 524, 16))
2014-08-15 23:33:16 +02:00