aboutsummaryrefslogtreecommitdiff
path: root/tests/run/nullAsInstanceOf.scala
Commit message (Collapse)AuthorAgeFilesLines
* Fix null unboxing of primitives (fixes #582)Guillaume Martres2015-05-181-0/+23
Erasure#isUnbox was incorrect: the unbox methods are defined on the value classes, not the boxed classes.