aboutsummaryrefslogtreecommitdiff
path: root/interfaces
diff options
context:
space:
mode:
authorMartin Odersky <odersky@gmail.com>2016-12-16 09:36:06 +0100
committerMartin Odersky <odersky@gmail.com>2016-12-16 09:36:17 +0100
commite4fd920fdc8e65738111837273a53548bcbb24b9 (patch)
tree78c400112e413c51a394321fb30582e764169832 /interfaces
parent5d782d316e1c13f92f628bb5a6f1f76d6ea9f8e7 (diff)
downloaddotty-e4fd920fdc8e65738111837273a53548bcbb24b9.tar.gz
dotty-e4fd920fdc8e65738111837273a53548bcbb24b9.tar.bz2
dotty-e4fd920fdc8e65738111837273a53548bcbb24b9.zip
Fix #1806: Define outer accessors at the right phase
Some outer accessors were defined at phase explicitOuter, but were entered into the scope of their enclosing class only at phase explicitOuter + 1. This turned them to stale symbols when trying to access them at a later run, because at their initially valid phase they were not found as members of their owner.
Diffstat (limited to 'interfaces')
0 files changed, 0 insertions, 0 deletions