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