TypeScript/tests/baselines/reference/jsFileCompilationWithOut.types
2015-09-10 11:01:13 -07:00

11 lines
136 B
Plaintext

=== tests/cases/compiler/a.ts ===
class c {
>c : c
}
=== tests/cases/compiler/b.js ===
function foo() {
>foo : () => void
}