TypeScript/tests/baselines/reference/systemModule3.symbols

19 lines
566 B
Plaintext
Raw Normal View History

2015-04-20 22:40:13 +02:00
=== 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.