TypeScript/tests/cases/fourslash/completionListInTypedObjectLiteralsWithPartialPropertyNames2.ts

12 lines
229 B
TypeScript
Raw Normal View History

2014-07-13 01:04:16 +02:00
/// <reference path="fourslash.ts" />
////interface MyPoint {
//// x1: number;
//// y1: number;
////}
////var p15: MyPoint = {
//// /**/x1: 0,
////};
verify.completions({ marker: "", exact: ["x1", "y1"] });