aboutsummaryrefslogtreecommitdiff
path: root/tests/neg/zoo.scala
Commit message (Collapse)AuthorAgeFilesLines
* Implement structural type member accessMartin Odersky2017-01-051-7/+7
| | | | New scheme for implementing structural type member access.
* Allow definition of new types in refinementsMartin Odersky2016-07-121-6/+6
| | | | | Allow definition of types in refinements that do not appear in parent type.
* Negtests with // error commentsvsalvis2016-02-181-12/+12
|
* fix/148Martin Odersky2014-07-201-0/+44
Fixed typo in Splitter. Closes #148.