aboutsummaryrefslogtreecommitdiff
path: root/tests/pos/t2660.scala
Commit message (Collapse)AuthorAgeFilesLines
* Changes to overloadingMartin Odersky2016-07-151-0/+43
| | | | | | Fix #1381: Overloading is now changed so that we first try without implicit searches. Only if that leaves no applicable alternatives we try again with implicit search turned on. This also fixes test case t2660, which got moved from neg to pos.
* Fix handling of type params in secondary constructorsMartin Odersky2014-10-111-25/+0
| | | | | | | | | Params are already added by Desugar. No special treatment needed here. Besides primaryConstructor.typeParams is always empty, because term symbols do not have type parameters. The fix turns t2660.scala into an error. I believe the error is correct, hence the test was moved with a comment to neg.
* tests t26xxMartin Odersky2014-05-301-0/+25