TypeScript/tests/baselines/reference/moduleNoEmit.types
2014-08-15 14:37:48 -07:00

8 lines
106 B
Plaintext

=== tests/cases/compiler/moduleNoEmit.ts ===
module Foo {
>Foo : typeof Foo
1+1;
>1+1 : number
}