TypeScript/tests/baselines/reference/moduleNoEmit.types
2016-09-01 14:25:44 -07:00

10 lines
122 B
Plaintext

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