TypeScript/tests/baselines/reference/globalThis.types

8 lines
163 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'
>__e : number
>Math.E : number
>Math : Math
>E : number