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

5 lines
183 B
Plaintext

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