TypeScript/tests/cases/fourslash/completionListForShorthandPropertyAssignment2.ts

6 lines
157 B
TypeScript

/// <reference path="fourslash.ts" />
//// var person: {name:string; id: number} = { n/**/
verify.completions({ marker: "", exact: ["name", "id"] });