summaryrefslogtreecommitdiff
path: root/test/files/run/t2296a.check
Commit message (Collapse)AuthorAgeFilesLines
* Fix for SI-6245 with workaround for SI-2296.amin2012-09-131-2/+0
| | | | | | | protected/super accessor issue: Don't subvert the creation of the standard protected accessor with the java interop accessor. For SI-2296, the compiler emits an error instead of causing an illegal access error at runtime.
* Overcame trait/protected/java limitation.Paul Phillips2012-03-041-0/+2
I think this fixes SI-2296, the inability to access java protected members from a trait which extends a java class. Counterexamples appreciated. Closes SI-2296. Review by @dragos.