TypeScript/tests/cases/fourslash/completionListInsideTargetTypedFunction.ts

9 lines
247 B
TypeScript
Raw Normal View History

2014-07-13 01:04:16 +02:00
/// <reference path='fourslash.ts'/>
////module Fix2 {
//// interface iFace { (event: string); }
//// var foo: iFace = function (elem) { /**/ }
////}
goTo.marker();
verify.completionListContains("elem", "(parameter) elem: string");