TypeScript/tests/cases/fourslash/memberListInWithBlock2.ts

12 lines
210 B
TypeScript

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