summaryrefslogtreecommitdiff
path: root/test/files/neg/bug1872.scala
Commit message (Collapse)AuthorAgeFilesLines
* This outlaws explicit isInstanceOf tests on val...Paul Phillips2011-01-151-0/+4
This outlaws explicit isInstanceOf tests on value types, which are nonsense in any case, as long threatened in ticket #1872. Closes #1872, review by rytz.