We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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?
The text was updated successfully, but these errors were encountered:
@felixmulder Yes, I have a fix for it. To be PR-ed soon. Cheers!
Sorry, something went wrong.
Fix varargs in methods (Issue: scala#1625)
1b28a05
Fix varargs in methods and constructors (#2135)
5fd7a95
* Fix varargs in methods (Issue: #1625) * Fix minor comments * Change varargs parameter message * Fix failed test, fix case for constructor
Closed by #2135
liufengyun
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
slips through the cracks as well as:
This should be fixed, @sebastianharko - were you working on this?
The text was updated successfully, but these errors were encountered: