TypeScript/tests/baselines/reference/moduleNoEmit.symbols

7 lines
121 B
Plaintext
Raw Normal View History

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