TypeScript/tests/cases/fourslash/quickInfoInWithBlock.ts
2016-09-13 11:49:01 -07:00

13 lines
196 B
TypeScript

/// <reference path='fourslash.ts'/>
////with (x) {
//// function /*1*/f() { }
//// var /*2*/b = /*3*/f;
////}
verify.quickInfos({
1: "any",
2: "any",
3: "any"
});