TypeScript/tests/baselines/reference/es6ImportWithoutFromClause.types
2015-04-13 14:29:37 -07:00

10 lines
342 B
Plaintext

=== tests/cases/compiler/es6ImportWithoutFromClause_0.ts ===
export var a = 10;
>a : number, Symbol(a, Decl(es6ImportWithoutFromClause_0.ts, 1, 10))
>10 : number
=== tests/cases/compiler/es6ImportWithoutFromClause_1.ts ===
import "es6ImportWithoutFromClause_0";
No type information for this code.
No type information for this code.