summaryrefslogtreecommitdiff
path: root/test/files/pos/bug1385.scala
blob: 55356c1f258bf9ff8e11d0a2f10118b38e85fa0a (plain) (blame)
1
2
3
@serializable object Test {
  private def readResolve:AnyRef = this
}