-
Notifications
You must be signed in to change notification settings - Fork 13k
Closed
Labels
BugA bug in TypeScriptA bug in TypeScriptDomain: Error MessagesThe issue relates to error messagingThe issue relates to error messagingFixedA PR has been merged for this issueA PR has been merged for this issueGood First IssueWell scoped, documented and has the green lightWell scoped, documented and has the green lightHelp WantedYou can do thisYou can do this
Milestone

Description
TypeScript Version: 2.6.0-dev.20171015
Code
declare function f(x: number): number;
declare function f(x: number, y: number, z: number): number;
f(1, 2);
Expected behavior:
Expected 1 or 3 arguments, but got 2.
Actual behavior:
src/a.ts(4,1): error TS2554: Expected 1-3 arguments, but got 2.
HerringtonDarkholme, myabc, gusdecool, sagarthecook, NaridaL and 9 morebpkennedy
Metadata
Metadata
Assignees
Labels
BugA bug in TypeScriptA bug in TypeScriptDomain: Error MessagesThe issue relates to error messagingThe issue relates to error messagingFixedA PR has been merged for this issueA PR has been merged for this issueGood First IssueWell scoped, documented and has the green lightWell scoped, documented and has the green lightHelp WantedYou can do thisYou can do this