TypeScript/tests/cases/fourslash/completionListInObjectLiteralThatIsParameterOfFunctionCall.ts

9 lines
188 B
TypeScript

/// <reference path='fourslash.ts'/>
////function f(a: { xa: number; xb: number; }) { }
////var xc;
////f({
//// /**/
verify.completions({ marker: "", exact: ["xa", "xb"] });