summaryrefslogtreecommitdiff
path: root/test/files/run/sammy_seriazable.scala
Commit message (Collapse)AuthorAgeFilesLines
* SD-120 Non FunctionN lambdas should not be universally serializableJason Zaugg2016-07-221-0/+47
Instead, we follow the example set by javac, and predicate serializability of bot anon-class and invokedynamic-based lambdas on whether or not the SAM type extends java.io.Serializable. Fixes https://github.com/scala/scala-dev/issues/120