aboutsummaryrefslogtreecommitdiff
path: root/tests/neg/t2660.scala
Commit message (Collapse)AuthorAgeFilesLines
* Fix handling of type params in secondary constructorsMartin Odersky2014-10-111-0/+47
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.