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

8 lines
163 B
Plaintext

=== tests/cases/compiler/globalThis.ts ===
var __e = Math.E; // should not generate 'this.Math.E'
>__e : number
>Math.E : number
>Math : Math
>E : number