summaryrefslogtreecommitdiff
path: root/test/files/neg/annot-nonconst.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/annot-nonconst.scala')
-rw-r--r--test/files/neg/annot-nonconst.scala4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/files/neg/annot-nonconst.scala b/test/files/neg/annot-nonconst.scala
index 69bb60d34e..1b5856f8b2 100644
--- a/test/files/neg/annot-nonconst.scala
+++ b/test/files/neg/annot-nonconst.scala
@@ -1,5 +1,5 @@
-class Length(value: Int) extends ClassfileAnnotation
-class Ann2(value: String) extends ClassfileAnnotation
+class Length(value: Int) extends annotation.ClassfileAnnotation
+class Ann2(value: String) extends annotation.ClassfileAnnotation
object Test {
def n = 15