TypeScript/tests/baselines/reference/idInProp.js
2014-07-12 17:30:19 -07:00

13 lines
122 B
TypeScript

//// [idInProp.ts]
function f() {
var t: { (f: any) : any; };
}
//// [idInProp.js]
function f() {
var t;
}