TypeScript/tests/baselines/reference/parserModuleDeclaration9.types

7 lines
320 B
Plaintext
Raw Normal View History

2014-08-15 23:33:16 +02:00
=== tests/cases/conformance/parser/ecmascript5/ModuleDeclarations/parserModuleDeclaration9.ts ===
module a.number.b {
2015-04-13 23:01:57 +02:00
>a : any, Symbol(a, Decl(parserModuleDeclaration9.ts, 0, 0))
>number : any, Symbol(number, Decl(parserModuleDeclaration9.ts, 0, 9))
>b : any, Symbol(b, Decl(parserModuleDeclaration9.ts, 0, 16))
2014-08-15 23:33:16 +02:00
}