aboutsummaryrefslogtreecommitdiff
path: root/tests/run/i2163.scala
Commit message (Collapse)AuthorAgeFilesLines
* Handle supercalls in inner classes correctlyMartin Odersky2017-04-111-2/+14
| | | | | | The previous fix was too coarse. We need to move an anonymous function in a supercall towards the call, we just have to make sure it's not in the directly enclosing class.
* add missing printliu fengyun2017-04-111-1/+1
|
* fix #2163: don't narrow liftedOwner if symbol is InSuperCallliu fengyun2017-04-111-0/+9