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

10 lines
222 B
TypeScript

/// <reference path='fourslash.ts' />
////var foo: Function = function (/*1*/a, /*2*/b, /*3*/c) { };
verify.quickInfos({
1: "(parameter) a: any",
2: "(parameter) b: any",
3: "(parameter) c: any"
});