summaryrefslogtreecommitdiff
path: root/test/files/run/bug4148.scala
Commit message (Collapse)AuthorAgeFilesLines
* In r22807 an optimization was added to remove B...Paul Phillips2011-01-111-0/+9
In r22807 an optimization was added to remove Box(Unbox(x)) combinations. It turns out that without this in place, an expression like "x".asInstanceOf[Int] will no longer throw an exception. Refined the optimization. Closes #4148, review by dragos.