DEBSOURCES
Skip Quicknav
sources / node-typescript / 3.3.3333-1 / tests / baselines / reference / idInProp.js
123456789101112
//// [idInProp.ts] function f() { var t: { (f: any) : any; }; } //// [idInProp.js] function f() { var t; }