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

10 lines
232 B
Plaintext

=== tests/cases/compiler/file1.d.ts ===
declare function foo(): void;
>foo : () => void, Symbol(foo, Decl(file1.d.ts, 0, 0))
=== tests/cases/compiler/file1.ts ===
export var x;
>x : any, Symbol(x, Decl(file1.ts, 0, 10))