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