TypeScript/tests/baselines/reference/systemModule3.symbols
2015-04-20 13:40:13 -07:00

19 lines
566 B
Plaintext

=== tests/cases/compiler/file1.ts ===
No type information for this code.
No type information for this code.export default function() {}
No type information for this code.
No type information for this code.=== tests/cases/compiler/file2.ts ===
export default function f() {}
>f : Symbol(f, Decl(file2.ts, 0, 0))
=== tests/cases/compiler/file3.ts ===
export default class C {}
>C : Symbol(C, Decl(file3.ts, 0, 0))
=== tests/cases/compiler/file4.ts ===
No type information for this code.export default class {}
No type information for this code.