summaryrefslogtreecommitdiff
path: root/test/files/run/reflection-scala-annotations.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/reflection-scala-annotations.check')
-rw-r--r--test/files/run/reflection-scala-annotations.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/reflection-scala-annotations.check b/test/files/run/reflection-scala-annotations.check
index 5bc2786161..44062d8c4a 100644
--- a/test/files/run/reflection-scala-annotations.check
+++ b/test/files/run/reflection-scala-annotations.check
@@ -3,5 +3,5 @@ make your annotation visible at runtime. If that is what
you want, you must write the annotation class in Java.
class jann(x: Int, y: Array[Int]) extends ClassfileAnnotation
^
-new sann(1, immutable.this.List.apply[Int](1, 2))
+new sann(1, scala.collection.immutable.List.apply[Int](1, 2))
new jann(y = Array(1, 2), x = 2)