Skip to content

multiple Go args sharing a single type in a function signature are mishandled #1831

Open
@josharian

Description

@josharian
func f(a, b string)

"take arg air" takes "a, b string". It should take only a, and its removal range should be a, .

It's an interesting question what "pour arg air/bat" should do. Marking as to discuss to seek wisdom on that. Should be short (haha).

Metadata

Metadata

Assignees

Labels

bugSomething isn't workinglang-goIssues related to Go programming language support

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions