summaryrefslogtreecommitdiff
path: root/test/files/pos/spec-annotations.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/spec-annotations.scala')
-rw-r--r--test/files/pos/spec-annotations.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/pos/spec-annotations.scala b/test/files/pos/spec-annotations.scala
index 35cab6de09..48281e5df5 100644
--- a/test/files/pos/spec-annotations.scala
+++ b/test/files/pos/spec-annotations.scala
@@ -1,4 +1,4 @@
-class ann(i: Int) extends Annotation
+class ann(i: Int) extends scala.annotation.Annotation
// annotations on abstract types
abstract class C1[@serializable @cloneable +T, U, V[_]]