summaryrefslogtreecommitdiff
path: root/test/files/run/t10067
Commit message (Collapse)AuthorAgeFilesLines
* SI-10067 Java defined inner classes don't have outer accessorsJason Zaugg2016-11-182-0/+26
If we pretend they do, we can walk into NoSuchMethodErrors when translating type patterns path dependent types. This commit avoids this symptom by changing the explicitouter info transformer. A following commit will change the pattern matcher itself to avoid speculatively adding this outer check that will be always dropped in explicitouter.