TypeScript/tests/baselines/reference/es6ImportWithoutFromClause.types

10 lines
285 B
Plaintext
Raw Normal View History

2015-01-28 00:42:36 +01:00
=== tests/cases/compiler/es6ImportWithoutFromClause_0.ts ===
export var a = 10;
>a : number
2015-04-13 21:36:11 +02:00
>10 : number
2015-01-28 00:42:36 +01:00
=== tests/cases/compiler/es6ImportWithoutFromClause_1.ts ===
import "es6ImportWithoutFromClause_0";
2015-03-12 06:53:36 +01:00
No type information for this code.
2015-01-28 00:42:36 +01:00
No type information for this code.