aboutsummaryrefslogtreecommitdiff
path: root/tests/pickling/i1202d.scala
Commit message (Collapse)AuthorAgeFilesLines
* Fix unpickling of Java SeqLiteralsMartin Odersky2016-04-071-0/+4
Two problems were fixed: - isJava needs to look at function symbol, not its type (references to Java methods get normal MethodTypes not JavMethodTypes) - we also need to handle the case where the repeated argument is wrspped in a type ascription.