-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Expected 1-3 arguments, but got 2 #19220
Copy link
Copy link
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
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
TypeScript Version: 2.6.0-dev.20171015
Code
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.