summaryrefslogtreecommitdiff
path: root/test/files/run/t4871.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t4871.scala')
-rw-r--r--test/files/run/t4871.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/t4871.scala b/test/files/run/t4871.scala
index 70d8b7145c..e25d5c1387 100644
--- a/test/files/run/t4871.scala
+++ b/test/files/run/t4871.scala
@@ -5,7 +5,7 @@ object Test {
def main(args: Array[String]): Unit = {
val z: Class[C] = classOf
val z2: Class[D] = classOf[D]
-
+
println(z)
println(z2)
}