DEBSOURCES
Skip Quicknav
sources / node-typescript / 3.3.3333-1 / tests / cases / compiler / prototypeOnConstructorFunctions.ts
123456789
interface I1 { const: new (options?, element?) => any; } var i: I1; i.const.prototype.prop = "yo";