TypeScript/tests/baselines/reference/es6ImportWithoutFromClause.symbols
2015-04-15 16:44:20 -07:00

9 lines
320 B
Plaintext

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