From e3cec78518a0529152fe6beda3cc6c9a14ea0f9b Mon Sep 17 00:00:00 2001 From: Simon Ochsenreither Date: Tue, 18 Sep 2012 03:44:59 +0200 Subject: SI-6388 Remove first parts of deprecated @serializable annotation --- test/files/pos/attributes.scala | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/files/pos/attributes.scala') diff --git a/test/files/pos/attributes.scala b/test/files/pos/attributes.scala index ec735d0aae..60e00bff7d 100644 --- a/test/files/pos/attributes.scala +++ b/test/files/pos/attributes.scala @@ -1,3 +1,5 @@ +class serializable extends annotation.StaticAnnotation + @serializable class C1; @serializable @volatile class C2; @serializable @volatile class C3; -- cgit v1.2.3