TypeScript/tests/cases/fourslash/completionListAfterObjectLiteral1.ts

6 lines
132 B
TypeScript

/// <reference path="fourslash.ts" />
////var v = { x: 4, y: 3 }./**/
verify.completions({ marker: "", exact: ["x", "y"] });