Aladdin - Scala Bugtracking
[#1238] project: compiler priority: medium category: bug
submitter assigned to status date submitted
Adriaan Adriaan moved to trac 2007-07-23 11:04:45.0
subject un-normalized type reaches back-end
code
http://scalasvn.epfl.ch/cgi-bin/viewvc.cgi/scala/trunk/test/files/jvm5/annotations.scala?view=markup&rev=12152
what happened
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)
what expected erasure should have normalized Predef.Integer to java.lang.Integer before it gets to the backend
[back to overview]
Changes of this bug report
Gilles  edited on  2007-08-29 10:37:18.0