TypeScript/tests/baselines/reference/parserModuleDeclaration4.types
2015-04-13 14:29:37 -07:00

13 lines
362 B
Plaintext

=== tests/cases/conformance/parser/ecmascript5/ModuleDeclarations/parserModuleDeclaration4.ts ===
module M {
>M : any, Symbol(M, Decl(parserModuleDeclaration4.ts, 0, 0))
declare module M1 {
>M1 : any, Symbol(M1, Decl(parserModuleDeclaration4.ts, 0, 10))
module M2 {
>M2 : any, Symbol(M2, Decl(parserModuleDeclaration4.ts, 1, 21))
}
}
}