DEBSOURCES
Skip Quicknav
sources / node-typescript / 3.3.3333-1 / tests / cases / compiler / privacyCheckTypeOfInvisibleModuleError.ts
12345678
//@declaration: true module Outer { module Inner { export var m: typeof Inner; } export var f: typeof Inner; }