TypeScript/tests/cases/fourslash/completionEntryForShorthandPropertyAssignment.ts

6 lines
177 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: "", includes: { name: "name", kind: "property" } });