Skip to content

Un-normalized type reaches back-end #22

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
scabug opened this issue Aug 29, 2007 · 3 comments
Closed

Un-normalized type reaches back-end #22

scabug opened this issue Aug 29, 2007 · 3 comments
Assignees

Comments

@scabug
Copy link

scabug commented Aug 29, 2007

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

@scabug
Copy link
Author

scabug commented Aug 29, 2007

Imported From: https://issues.scala-lang.org/browse/SI-22?orig=1
Reporter: @adriaanm

@scabug
Copy link
Author

scabug commented Nov 26, 2007

@odersky said:
seems to be fixed by now.

@scabug
Copy link
Author

scabug commented Jan 14, 2009

@odersky said:
Milestone 2.6.1 deleted

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

No branches or pull requests

2 participants