TypeScript/tests/baselines/reference/globalThis.js
2014-08-14 16:36:33 -07:00

6 lines
160 B
JavaScript

//// [globalThis.ts]
var __e = Math.E; // should not generate 'this.Math.E'
//// [globalThis.js]
var __e = Math.E; // should not generate 'this.Math.E'