From 4074f0e1c21be9605592f6370adb398cef9f0379 Mon Sep 17 00:00:00 2001 From: Iulian Dragos Date: Tue, 17 May 2011 10:57:28 +0000 Subject: Fixed #4593. --- src/compiler/scala/tools/nsc/transform/Erasure.scala | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/compiler/scala/tools/nsc/transform/Erasure.scala b/src/compiler/scala/tools/nsc/transform/Erasure.scala index 3f509eae65..915aba63db 100644 --- a/src/compiler/scala/tools/nsc/transform/Erasure.scala +++ b/src/compiler/scala/tools/nsc/transform/Erasure.scala @@ -529,6 +529,7 @@ abstract class Erasure extends AddInterfaces case UnitClass => if (treeInfo isPureExpr tree) REF(BoxedUnit_UNIT) else BLOCK(tree, REF(BoxedUnit_UNIT)) + case NothingClass => tree // a non-terminating expression doesn't need boxing case x => assert(x != ArrayClass) tree match { -- cgit v1.2.3