summaryrefslogtreecommitdiff
path: root/test/files/run/java-erasure.check
Commit message (Collapse)AuthorAgeFilesLines
* Modified erasure so we have enough information ...Paul Phillips2011-07-181-0/+1
Modified erasure so we have enough information to determine whether we need to use scala or java erasure semantics. This fixes the runtime failure illustrated here: % scala29 -e 'java.util.Collections.max(null)' java.lang.NoSuchMethodError: java.util.Collections.max(Ljava/util/Collection;)Ljava/lang/Comparable; Review by odersky.