From c6065591c981e38aedf50618faee945a8b1e5423 Mon Sep 17 00:00:00 2001 From: James Iry Date: Tue, 15 Jan 2013 11:51:36 -0800 Subject: SI-5568 Comment improvements for getClass on primitive intersection. Based on code review here are a few comment cleanups and the removal of some dead test code. --- test/files/run/t5568.scala | 2 -- 1 file changed, 2 deletions(-) (limited to 'test/files/run') diff --git a/test/files/run/t5568.scala b/test/files/run/t5568.scala index 7fc51fe86f..14599d9ed2 100644 --- a/test/files/run/t5568.scala +++ b/test/files/run/t5568.scala @@ -1,6 +1,4 @@ object Test { - final val UNIT: AnyRef with Unit = ().asInstanceOf[AnyRef with Unit] - def main(args: Array[String]): Unit = { // these should give unboxed results println(().getClass) -- cgit v1.2.3