summaryrefslogtreecommitdiff
path: root/test/files/pos/t1029/Test_1.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/t1029/Test_1.scala')
-rw-r--r--test/files/pos/t1029/Test_1.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/pos/t1029/Test_1.scala b/test/files/pos/t1029/Test_1.scala
index e828087f2c..d268c71429 100644
--- a/test/files/pos/t1029/Test_1.scala
+++ b/test/files/pos/t1029/Test_1.scala
@@ -1,4 +1,4 @@
-class ann(a: Array[Int]) extends StaticAnnotation
+class ann(a: Array[Int]) extends annotation.StaticAnnotation
object Test1 {
// bug #1029