aboutsummaryrefslogtreecommitdiff
path: root/tests/pos/i1664.scala
Commit message (Collapse)AuthorAgeFilesLines
* Fix #1664: Refine isOuterRef conditionMartin Odersky2016-11-101-0/+12
We forgot the case where a hoistable method can still refer to free variables that have to be passed using outer pointers. Fixes #1664.