TypeScript/tests/baselines/reference/systemModule3.types
Vladimir Matveev e622c8ec34 added tests
2015-04-11 08:50:11 -07:00

19 lines
515 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 : () => void
=== tests/cases/compiler/file3.ts ===
export default class C {}
>C : C
=== tests/cases/compiler/file4.ts ===
No type information for this code.export default class {}
No type information for this code.