aboutsummaryrefslogtreecommitdiff
path: root/tests/neg/i1255.scala
Commit message (Collapse)AuthorAgeFilesLines
* Don't evaluate isInstanceOf for value classes, disable bugged testsFelix Mulder2016-05-261-0/+6
The tests `i1059.scala` and `t3480.scala` are failing due to a bug in pattern matcher that evaluates the `x` in `List(x: _*)` incorrectly. Concerned issue: #1276