TypeScript/tests/baselines/reference/parserModuleDeclaration7.types

6 lines
147 B
Text
Raw Normal View History

2014-08-15 23:33:16 +02:00
=== tests/cases/conformance/parser/ecmascript5/ModuleDeclarations/parserModuleDeclaration7.ts ===
module number.a {
>number : number
>a : a
}