summaryrefslogtreecommitdiff
path: root/test/files/run/t5356.scala
Commit message (Collapse)AuthorAgeFilesLines
* Fix for NoSuchMethod in cleanup.Paul Phillips2012-01-041-0/+12
Don't assume that just because someone is calling x.toInt and x <: java.lang.Number, that it's a boxed primitive. Closes SI-5356.