aboutsummaryrefslogtreecommitdiff
path: root/tests/pos/t0002.scala
Commit message (Collapse)AuthorAgeFilesLines
* Fix for t1002Martin Odersky2014-03-101-0/+6
Need to compile the self type of a class not in the context of the class members but one context further out. Reason: self type should not be able to see the members.