TypeScript/tests/cases/compiler/constDeclarations-access.ts

7 lines
86 B
TypeScript
Raw Normal View History

2014-10-15 01:52:12 +02:00
// @target: ES6
// @Filename: file1.ts
const x = 0
// @Filename: file2.ts
x++;