TypeScript/tests/cases/fourslash/restParamsContextuallyTyped.ts

10 lines
222 B
TypeScript
Raw Normal View History

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