TypeScript/tests/cases/fourslash/completionListAfterObjectLiteral1.ts
2014-09-15 13:53:25 -07:00

7 lines
160 B
TypeScript

/// <reference path="fourslash.ts" />
////var v = { x: 4, y: 3 }./**/
goTo.marker();
verify.not.memberListContains('a');
verify.memberListContains('x');