DEBSOURCES
Skip Quicknav
sources / node-typescript / 2.1.5-1 / tests / baselines / reference / idInProp.types
12345678910
=== tests/cases/compiler/idInProp.ts === function f() { >f : () => void var t: { (f: any) : any; }; >t : (f: any) => any >f : any }