TypeScript/tests/baselines/reference/globalThis.js

6 lines
160 B
JavaScript
Raw Normal View History

2014-07-13 01:04:16 +02:00
//// [globalThis.ts]
var __e = Math.E; // should not generate 'this.Math.E'
//// [globalThis.js]
var __e = Math.E; // should not generate 'this.Math.E'