aboutsummaryrefslogtreecommitdiff
path: root/tests/pos/varargs.scala
Commit message (Collapse)AuthorAgeFilesLines
* Fix #547: Vararg overloadMartin Odersky2015-05-081-0/+4
| | | | | When comparing to types in isAsSpecific, onvert repeated parameters to their underlying type only if both types are vararg methods. This mimics scalac behavior.
* Make all dotty tests end in newlineDmitry Petrashko2015-04-091-1/+1
|
* 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