summaryrefslogtreecommitdiff
path: root/test/files/pos/t640.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/t640.scala')
-rw-r--r--test/files/pos/t640.scala4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/files/pos/t640.scala b/test/files/pos/t640.scala
index 55f61df8af..45608bc3d4 100644
--- a/test/files/pos/t640.scala
+++ b/test/files/pos/t640.scala
@@ -1,2 +1,2 @@
-@serializable class A
-@serializable class B extends A
+class A extends Serializable
+class B extends A with Serializable