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
Aladdin: [http://scala-webapps.epfl.ch/bugtracking/bugs/displayItem.do?id=1238 bug 1238]
With code in source:/scala/trunk/test/files/jvm5/annotations.scala@12152
classOf[Integer] is seen as classOf[Predef.Integer] in backend instead of classOf[java.lang.Integer]
(for now, quick fix in toTypeKind, but normalize should not be needed there)
Erasure should have normalized Predef.Integer to java.lang.Integer before it gets to the backend
The text was updated successfully, but these errors were encountered:
Imported From: https://issues.scala-lang.org/browse/SI-22?orig=1 Reporter: @adriaanm
Sorry, something went wrong.
@odersky said: seems to be fixed by now.
@odersky said: Milestone 2.6.1 deleted
adriaanm
No branches or pull requests
Aladdin: [http://scala-webapps.epfl.ch/bugtracking/bugs/displayItem.do?id=1238 bug 1238]
With code in source:/scala/trunk/test/files/jvm5/annotations.scala@12152
classOf[Integer] is seen as classOf[Predef.Integer] in backend instead of classOf[java.lang.Integer]
(for now, quick fix in toTypeKind, but normalize should not be needed there)
Erasure should have normalized Predef.Integer to java.lang.Integer before it gets to the backend
The text was updated successfully, but these errors were encountered: