DEBSOURCES
Skip Quicknav
sources / node-typescript / 2.1.5-1 / tests / cases / compiler / namespacesDeclaration1.ts
123456789
// @declaration: true module M { export namespace N { export module M2 { export interface I {} } } }