Skip to content

Fix varargs in methods #1625

Closed
Closed
@felixmulder

Description

@felixmulder
trait T1 { def foo(x: String*, y: String*): Int }

slips through the cracks as well as:

trait T2 { def foo(x: String*, y: String): Int }

This should be fixed, @sebastianharko - were you working on this?

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions