TypeScript/tests/cases/fourslash/quickInfoInWithBlock.ts

13 lines
196 B
TypeScript
Raw Normal View History

2014-07-13 01:04:16 +02:00
/// <reference path='fourslash.ts'/>
////with (x) {
//// function /*1*/f() { }
//// var /*2*/b = /*3*/f;
////}
2016-09-09 18:02:55 +02:00
verify.quickInfos({
1: "any",
2: "any",
3: "any"
});