TypeScript/tests/baselines/reference/parserModuleDeclaration3.d.symbols

5 lines
183 B
Plaintext
Raw Normal View History

=== tests/cases/conformance/parser/ecmascript5/ModuleDeclarations/parserModuleDeclaration3.d.ts ===
declare module M {
>M : Symbol(M, Decl(parserModuleDeclaration3.d.ts, 0, 0))
}