aboutsummaryrefslogtreecommitdiff
path: root/tests/pos/i1803.scala
Commit message (Collapse)AuthorAgeFilesLines
* Infer type parameters of anonymous class parents from expected typeMartin Odersky2016-12-171-0/+7
If a parent type of an anonymous class is an Ident or Select which refers to a parameterized type, use the expected type to infer its type parameters. Fixes #1803.