Skip to content
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

named/defaults crasher with sequence argument of the wrong type #7238

Closed
scabug opened this issue Mar 9, 2013 · 2 comments
Closed

named/defaults crasher with sequence argument of the wrong type #7238

scabug opened this issue Mar 9, 2013 · 2 comments

Comments

@scabug
Copy link

scabug commented Mar 9, 2013

trait Main {
  trait C {
    def c(x: Any = 0)(bs: String*)
  }
  def c: C
  c.c()(Seq[Any](): _*)
}
@scabug
Copy link
Author

scabug commented Mar 9, 2013

Imported From: https://issues.scala-lang.org/browse/SI-7238?orig=1
Reporter: @retronym
Affected Versions: 2.9.2, 2.10.0

@scabug
Copy link
Author

scabug commented Mar 9, 2013

@retronym said:
scala/scala#2224

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

2 participants