aboutsummaryrefslogtreecommitdiff
path: root/.gitattributes
diff options
context:
space:
mode:
authorGuillaume Martres <smarter@ubuntu.com>2015-03-23 23:16:17 +0100
committerGuillaume Martres <smarter@ubuntu.com>2015-03-23 23:23:54 +0100
commitd058f98ddc5790b5b3050f6dd10d5d4c84d4eda6 (patch)
treee7ae30c4c87c594513083c6f4c2daae52fab6a72 /.gitattributes
parentc6792189ff2075ac8b90efc7fad42aafd6a7b67e (diff)
downloaddotty-d058f98ddc5790b5b3050f6dd10d5d4c84d4eda6.tar.gz
dotty-d058f98ddc5790b5b3050f6dd10d5d4c84d4eda6.tar.bz2
dotty-d058f98ddc5790b5b3050f6dd10d5d4c84d4eda6.zip
Fix isNullableClass to also work after Erasure
Incidentally this means that: val d = null.asInstanceOf[Double] is now correctly transformed to: val d = scala.Double.unbox(null) Previously it was translated to: val d = null: Double Which is wrong and fails in the backend.
Diffstat (limited to '.gitattributes')
0 files changed, 0 insertions, 0 deletions