aboutsummaryrefslogtreecommitdiff
path: root/tests/neg/i1263.scala
Commit message (Collapse)AuthorAgeFilesLines
* Fix #1444: Add implicit arguments to supertraitsMartin Odersky2016-08-201-0/+33
If a super trait is given as a type (i.e. no argument list), implicit args were not passed. This is fixed now. Also, we now check for parameterized traits lacking type arguments in Typer instead of in Mixin. Fixes #1444.