TypeScript/tests/baselines/reference/moduleNoEmit.types

8 lines
106 B
Plaintext
Raw Normal View History

2014-08-15 23:33:16 +02:00
=== tests/cases/compiler/moduleNoEmit.ts ===
module Foo {
>Foo : typeof Foo
1+1;
>1+1 : number
}