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

12 lines
218 B
TypeScript

/// <reference path="fourslash.ts" />
////interface Foo {
//// x: { a: number };
////}
////var aaa: Foo;
////aaa = { /*9*/
goTo.marker("9");
verify.memberListContains("x");
verify.memberListCount(1);