Skip to content

Fix varargs in methods #1625

New issue

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

Closed
felixmulder opened this issue Oct 25, 2016 · 2 comments
Closed

Fix varargs in methods #1625

felixmulder opened this issue Oct 25, 2016 · 2 comments

Comments

@felixmulder
Copy link
Contributor

felixmulder commented Oct 25, 2016

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?

@sebastianharko
Copy link

@felixmulder Yes, I have a fix for it. To be PR-ed soon. Cheers!

@liufengyun liufengyun self-assigned this Mar 15, 2017
mielientiev added a commit to mielientiev/dotty that referenced this issue Mar 22, 2017
felixmulder pushed a commit that referenced this issue Mar 22, 2017
* Fix varargs in methods (Issue: #1625)
* Fix minor comments
* Change varargs parameter message
* Fix failed test, fix case for constructor
@nicolasstucki
Copy link
Contributor

Closed by #2135

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants