summaryrefslogtreecommitdiff
path: root/test/files/pos/t1385.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/t1385.scala')
-rw-r--r--test/files/pos/t1385.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/pos/t1385.scala b/test/files/pos/t1385.scala
index 55356c1f25..59953bcc39 100644
--- a/test/files/pos/t1385.scala
+++ b/test/files/pos/t1385.scala
@@ -1,3 +1,3 @@
-@serializable object Test {
+@serializable object Test {
private def readResolve:AnyRef = this
}