summaryrefslogtreecommitdiff
path: root/test/files/run/t2296b
Commit message (Collapse)AuthorAgeFilesLines
* Overcame trait/protected/java limitation.Paul Phillips2012-03-042-0/+25
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.