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

14 lines
224 B
TypeScript

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