TypeScript/tests/cases/compiler/idInProp.ts
2014-07-12 17:30:19 -07:00

6 lines
52 B
TypeScript

function f() {
var t: { (f: any) : any; };
}