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 48281e5df5..6c1f737470 100644
--- a/test/files/pos/spec-annotations.scala
+++ b/test/files/pos/spec-annotations.scala
@@ -1,7 +1,7 @@
class ann(i: Int) extends scala.annotation.Annotation
// annotations on abstract types
-abstract class C1[@serializable @cloneable +T, U, V[_]]
+abstract class C1[@cloneable +T, U, V[_]]
abstract class C2[@deprecated
@ann(1) T <: Number,
V]