TypeScript/tests/baselines/reference/parserModuleDeclaration8.types

6 lines
146 B
Plaintext
Raw Normal View History

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