summaryrefslogtreecommitdiff
path: root/test/files/run/t4577.scala
Commit message (Collapse)AuthorAgeFilesLines
* SI-4577 singleton type pattern test should use `eq`, not `==`Adriaan Moors2014-02-181-0/+38
I find it hard to imagine anyone is relying on `case x: foo.type =>` erroneously being compiled to `foo == x` instead of the spec'ed `foo eq x`, so let's finally fix this.