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?
@felixmulder Yes, I have a fix for it. To be PR-ed soon. Cheers!
Closed by #2135
Most helpful comment
@felixmulder Yes, I have a fix for it. To be PR-ed soon. Cheers!