TypeScript/tests/cases/fourslash/completionEntryForShorthandPropertyAssignment.ts

6 lines
209 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/**/
goTo.marker();
verify.completionListContains("name", /*text*/ undefined, /*documentation*/ undefined, "property");