TypeScript/tests/baselines/reference/parserModuleDeclaration4.types

13 lines
362 B
Plaintext
Raw Normal View History

2014-08-15 23:33:16 +02:00
=== tests/cases/conformance/parser/ecmascript5/ModuleDeclarations/parserModuleDeclaration4.ts ===
module M {
2015-04-13 23:01:57 +02:00
>M : any, Symbol(M, Decl(parserModuleDeclaration4.ts, 0, 0))
2014-08-15 23:33:16 +02:00
declare module M1 {
2015-04-13 23:01:57 +02:00
>M1 : any, Symbol(M1, Decl(parserModuleDeclaration4.ts, 0, 10))
2014-08-15 23:33:16 +02:00
module M2 {
2015-04-13 23:01:57 +02:00
>M2 : any, Symbol(M2, Decl(parserModuleDeclaration4.ts, 1, 21))
2014-08-15 23:33:16 +02:00
}
}
}