Closed
Description
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?
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?