aboutsummaryrefslogtreecommitdiff
path: root/tests/pos/zoo2.scala
Commit message (Collapse)AuthorAgeFilesLines
* Change scheme to use SelectableMartin Odersky2017-01-071-0/+1
| | | | | Use base types instead of implicits. This is more robust in the presence of type abstraction.
* Implement structural type member accessMartin Odersky2017-01-051-0/+44
New scheme for implementing structural type member access.