summaryrefslogtreecommitdiff
path: root/test/pending/run/t4283/AbstractFoo.java
Commit message (Collapse)AuthorAgeFilesLines
* SI-5162 Exclude super.foo from the erasure cast of SI-4283Jason Zaugg2012-06-111-6/+0
| | | | | | | | | If the target method is defined in Java, treat the super reference as an error, otherwise allow it in the knowledge that Scala loosens the access restrictions on its generated classes. Moves the test for that bug out of pending-ville. It's sufficient to place Test in the empty package to exercise the right code paths.
* Fixes my part of #4283 by inserting another cas...Martin Odersky2011-04-131-1/+2
| | | | | | | Fixes my part of #4283 by inserting another cast pre-emptively when an IllegalAccess error is possible in an erasure-inserted cast. Review by extempore.
* Added test to pending.Martin Odersky2011-04-121-0/+5