summaryrefslogtreecommitdiff
path: root/test/files/jvm/t3003/Test_1.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/jvm/t3003/Test_1.scala')
-rw-r--r--test/files/jvm/t3003/Test_1.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/jvm/t3003/Test_1.scala b/test/files/jvm/t3003/Test_1.scala
index 38af66a25a..8ec08bebc6 100644
--- a/test/files/jvm/t3003/Test_1.scala
+++ b/test/files/jvm/t3003/Test_1.scala
@@ -9,7 +9,7 @@ object Test {
. map(f => f.getAnnotations.toList)
. filterNot (_.isEmpty) // there are extra fields under -Xcheckinit
)
-
+
println(xs)
}
}