TypeScript/tests/baselines/reference/es6ImportWithoutFromClause.types

10 lines
342 B
Plaintext
Raw Normal View History

2015-01-28 00:42:36 +01:00
=== tests/cases/compiler/es6ImportWithoutFromClause_0.ts ===
export var a = 10;
2015-04-13 23:01:57 +02:00
>a : number, Symbol(a, Decl(es6ImportWithoutFromClause_0.ts, 1, 10))
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.