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 6fe7308281..aefd9c35b3 100644
--- a/test/files/pos/t1385.scala
+++ b/test/files/pos/t1385.scala
@@ -1,3 +1,3 @@
-object Test extends Serializable {
+object Test extends Serializable {
private def readResolve: AnyRef = this
}