TypeScript/tests/cases/fourslash/memberListInWithBlock2.ts
2014-09-15 13:55:18 -07:00

12 lines
No EOL
201 B
TypeScript

/// <reference path='fourslash.ts'/>
////interface IFoo {
//// a: number;
////}
////
////with (x) {
//// var y: IFoo = { /*1*/ };
////}
goTo.marker('1');
verify.memberListIsEmpty();