TypeScript/tests/baselines/reference/idInProp.js

13 lines
122 B
JavaScript
Raw Normal View History

2014-07-13 01:04:16 +02:00
//// [idInProp.ts]
function f() {
var t: { (f: any) : any; };
}
//// [idInProp.js]
function f() {
var t;
}