aboutsummaryrefslogtreecommitdiff
path: root/tests/neg/EqualityStrawman1.scala
Commit message (Collapse)AuthorAgeFilesLines
* Support implicitNotFound annotationMartin Odersky2016-04-221-3/+6
|
* Straw man for multiversal equality.Martin Odersky2016-04-211-0/+76
This test shows how we can make equality non-universal in Scala. It also exhibited the two bugs fixed in the previous two commits. Also related: SI-9763.