summaryrefslogtreecommitdiff
path: root/test/files/run/t9110.scala
Commit message (Collapse)AuthorAgeFilesLines
* SI-9110 Pattern `O.C` must check `$outer eq O` for a top level OJason Zaugg2015-11-261-0/+27
The outer check was not being generated when the prefix was a top level module. The enclosed test shows that we in fact must synthesize the outer check in that case. Perhaps the bug was introduced by neglecting to consider that a module can inherit member classes.