aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/core/Denotations.scala
diff options
context:
space:
mode:
authorMartin Odersky <odersky@gmail.com>2014-04-18 17:43:40 +0200
committerDmitry Petrashko <dmitry.petrashko@gmail.com>2014-05-08 21:48:08 +0200
commit9203e01ddd141ddbb96e3064be5e894ddb666fd8 (patch)
treee3de1ec438114c366e4c28ed9cb46c5df94e4deb /src/dotty/tools/dotc/core/Denotations.scala
parent861f10b72e2a6332f8919f6880604bdc49cc3bca (diff)
downloaddotty-9203e01ddd141ddbb96e3064be5e894ddb666fd8.tar.gz
dotty-9203e01ddd141ddbb96e3064be5e894ddb666fd8.tar.bz2
dotty-9203e01ddd141ddbb96e3064be5e894ddb666fd8.zip
Some more debug info.
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 e5f5e6f87..9eab2bd04 100644
--- a/src/dotty/tools/dotc/core/Denotations.scala
+++ b/src/dotty/tools/dotc/core/Denotations.scala
@@ -600,7 +600,7 @@ object Denotations {
case denot: SymDenotation => s"in ${denot.owner}"
case _ => ""
}
- def msg = s"stale symbol; $this#${symbol.id} $ownerMsg, defined in run ${myValidFor.runId}, is referred to in run ${ctx.runId}"
+ def msg = s"stale symbol; $this#${symbol.id} $ownerMsg, defined in ${myValidFor}, is referred to in run ${ctx.period}"
throw new StaleSymbol(msg)
}