TypeScript/tests/cases/compiler/noImplicitUseStrict_system.ts

4 lines
70 B
TypeScript
Raw Normal View History

2016-02-03 23:16:09 +01:00
// @module: system
2016-02-06 01:30:01 +01:00
// @noImplicitUseStrict: true
2016-02-03 23:16:09 +01:00
export var x = 0;