summaryrefslogtreecommitdiff
path: root/test/files/run/inlineAddDeserializeLambda.scala
Commit message (Collapse)AuthorAgeFilesLines
* Add $deserializeLambda$ when inlining an indyLambda into a classLukas Rytz2015-09-231-0/+20
Fixes https://github.com/scala/scala-dev/issues/39 When inlining an indyLambda closure instantiation into a class, and the closure type is serializable, make sure that the target class has the synthetic `$deserializeLambda$` method.