aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/core/Denotations.scala
diff options
context:
space:
mode:
authorMartin Odersky <odersky@gmail.com>2014-02-10 11:10:20 +0100
committerMartin Odersky <odersky@gmail.com>2014-02-10 11:13:34 +0100
commit18ae13dcf4f5d40d528e2bcf43a19e84bf475084 (patch)
tree8728df0e05fbec0bbe1451196a987c5e446d3f5e /src/dotty/tools/dotc/core/Denotations.scala
parentf4e9a881a561e28900becc7deea520b43e57fb31 (diff)
downloaddotty-18ae13dcf4f5d40d528e2bcf43a19e84bf475084.tar.gz
dotty-18ae13dcf4f5d40d528e2bcf43a19e84bf475084.tar.bz2
dotty-18ae13dcf4f5d40d528e2bcf43a19e84bf475084.zip
Make Definitions load all symbols in current runId.
Diffstat (limited to 'src/dotty/tools/dotc/core/Denotations.scala')
-rw-r--r--src/dotty/tools/dotc/core/Denotations.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dotty/tools/dotc/core/Denotations.scala b/src/dotty/tools/dotc/core/Denotations.scala
index 356e68f72..0d35f3cf9 100644
--- a/src/dotty/tools/dotc/core/Denotations.scala
+++ b/src/dotty/tools/dotc/core/Denotations.scala
@@ -531,7 +531,7 @@ object Denotations {
}
def staleSymbolError(implicit ctx: Context) =
- throw new StaleSymbol(s"stale symbol; $this, defined in run ${myValidFor.runId} is referred to in run ${ctx.period.runId}")
+ throw new StaleSymbol(s"stale symbol; $this in ${this.asSymDenotation.owner}, defined in run ${myValidFor.runId}, is referred to in run ${ctx.period.runId}")
/** For ClassDenotations only:
* If caches influenced by parent classes are still valid, the denotation