summaryrefslogtreecommitdiff
path: root/test/files/run/t3038d.scala
diff options
context:
space:
mode:
authorSimon Ochsenreither <simon@ochsenreither.de>2012-09-18 03:44:59 +0200
committerSimon Ochsenreither <simon@ochsenreither.de>2012-10-08 05:25:05 +0200
commite3cec78518a0529152fe6beda3cc6c9a14ea0f9b (patch)
tree698c3061231891efc96d10eb70792b857a6cf2db /test/files/run/t3038d.scala
parentc52f91ca0db573fdfc879ae199a237db256d7523 (diff)
downloadscala-e3cec78518a0529152fe6beda3cc6c9a14ea0f9b.tar.gz
scala-e3cec78518a0529152fe6beda3cc6c9a14ea0f9b.tar.bz2
scala-e3cec78518a0529152fe6beda3cc6c9a14ea0f9b.zip
SI-6388 Remove first parts of deprecated @serializable annotation
Diffstat (limited to 'test/files/run/t3038d.scala')
-rw-r--r--test/files/run/t3038d.scala4
1 files changed, 1 insertions, 3 deletions
diff --git a/test/files/run/t3038d.scala b/test/files/run/t3038d.scala
index 6cd2d83776..9550165235 100644
--- a/test/files/run/t3038d.scala
+++ b/test/files/run/t3038d.scala
@@ -16,9 +16,7 @@ trait Foo {
}
}
-
-@serializable
-class Bar extends Foo {
+class Bar extends Foo with Serializable {
@transient protected var first: Any = null
def size = a
@transient var second: Any = null