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