TypeScript/tests/baselines/reference/moduleNoEmit.types
2014-08-28 12:40:58 -07:00

7 lines
106 B
Text

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