-
Notifications
You must be signed in to change notification settings - Fork 21
"Unexpected tree in genLoad" compiler crash when invoking super.+(String) #5063
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
Comments
Imported From: https://issues.scala-lang.org/browse/SI-5063?orig=1 |
@paulp said: |
@axel22 said (edited on May 2, 2012 5:59:54 PM UTC): |
@paulp said: |
Blaisorblade
added a commit
to dotty-staging/dotty
that referenced
this issue
Aug 26, 2018
Based on scala/scala@bed3304bf86 and Nicolas' suggestion.
Blaisorblade
added a commit
to dotty-staging/dotty
that referenced
this issue
Aug 26, 2018
Based on scala/scala@bed3304bf86 and Nicolas' suggestion.
allanrenucci
added a commit
to scala/scala3
that referenced
this issue
Sep 3, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Try to compile this:
and you'll get this:
The problem is specific to the
+(String)
method, and involves implicit view any2stringadd applied on A.super, as if super was not as the reserved word it is.The text was updated successfully, but these errors were encountered: