TypeScript/tests/baselines/reference/parserModuleDeclaration8.types
2014-08-28 12:40:58 -07:00

5 lines
154 B
Text

=== tests/cases/conformance/parser/ecmascript5/ModuleDeclarations/parserModuleDeclaration8.ts ===
module a.number {
>a : unknown
>number : unknown
}