TypeScript/tests/cases/fourslash/completionListInTypedObjectLiterals2.ts

10 lines
186 B
TypeScript

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