TypeScript/tests/cases/fourslash/completionListForShorthandPropertyAssignment2.ts

6 lines
157 B
TypeScript
Raw Normal View History

2014-11-15 00:44:06 +01:00
/// <reference path="fourslash.ts" />
//// var person: {name:string; id: number} = { n/**/
verify.completions({ marker: "", exact: ["name", "id"] });