TypeScript/tests/baselines/reference/moduleNoEmit.symbols
2015-04-15 16:44:20 -07:00

7 lines
121 B
Plaintext

=== tests/cases/compiler/moduleNoEmit.ts ===
module Foo {
>Foo : Symbol(Foo, Decl(moduleNoEmit.ts, 0, 0))
1+1;
}