summaryrefslogtreecommitdiff
path: root/test/files/run/t5568.scala
diff options
context:
space:
mode:
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)