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

10 lines
285 B
Plaintext

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