summaryrefslogtreecommitdiff
path: root/test/files/run/t5568.scala
diff options
context:
space:
mode:
authorJames Iry <jamesiry@gmail.com>2013-01-15 11:51:36 -0800
committerJames Iry <jamesiry@gmail.com>2013-01-15 11:51:36 -0800
commitc6065591c981e38aedf50618faee945a8b1e5423 (patch)
treecb376c88f416ce21455a79ad9a36dd1db9758654 /test/files/run/t5568.scala
parent765386ff970af8d53aaa66a42b030e83043d471d (diff)
downloadscala-c6065591c981e38aedf50618faee945a8b1e5423.tar.gz
scala-c6065591c981e38aedf50618faee945a8b1e5423.tar.bz2
scala-c6065591c981e38aedf50618faee945a8b1e5423.zip
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.
Diffstat (limited to 'test/files/run/t5568.scala')
-rw-r--r--test/files/run/t5568.scala2
1 files changed, 0 insertions, 2 deletions
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)