TypeScript/tests/cases/compiler/es6ImportWithoutFromClause.ts

10 lines
221 B
TypeScript
Raw Normal View History

2015-01-28 00:42:36 +01:00
// @target: es6
2015-03-12 06:53:36 +01:00
// @declaration: true
// @declaration: true
2015-01-28 00:42:36 +01:00
// @filename: es6ImportWithoutFromClause_0.ts
export var a = 10;
// @filename: es6ImportWithoutFromClause_1.ts
2015-03-12 06:53:36 +01:00
import "es6ImportWithoutFromClause_0";