TypeScript/tests/baselines/reference/globalThis.types

8 lines
333 B
Text
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, 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