aboutsummaryrefslogtreecommitdiff
path: root/tests/pos/varargs.scala
Commit message (Collapse)AuthorAgeFilesLines
* Fixed unpickling of polymorphic constructors.Martin Odersky2013-10-271-1/+1
| | | | Constructors of parameterized classes now get polymorphic types when unpickled, as is the case when defining them or when reading them from a Java classfile. This caused a ripple of other faults which this commit also fixes.
* Fixed handling of varargsMartin Odersky2013-10-261-0/+13