TypeScript/tests/cases/fourslash/completionListInTypedObjectLiterals3.ts

10 lines
190 B
TypeScript

/// <reference path="fourslash.ts" />
////interface Foo {
//// x: { a: number };
////}
////var aaa: Foo;
////aaa.x = { /*10*/
verify.completions({ marker: "10", exact: "a" });