TypeScript/tests/baselines/reference/parserModuleDeclaration9.types

7 lines
170 B
Text
Raw Normal View History

2014-08-15 23:33:16 +02:00
=== tests/cases/conformance/parser/ecmascript5/ModuleDeclarations/parserModuleDeclaration9.ts ===
module a.number.b {
2014-08-28 21:40:58 +02:00
>a : unknown
>number : unknown
>b : unknown
2014-08-15 23:33:16 +02:00
}