aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/core/SymDenotations.scala
diff options
context:
space:
mode:
authorMartin Odersky <odersky@gmail.com>2016-01-19 16:36:50 +0100
committerMartin Odersky <odersky@gmail.com>2016-01-19 16:44:31 +0100
commit3686713abe506f5d815fd850e9db012497b1aa5c (patch)
tree3a124118cf3f89a21fa164644c19faac68306d95 /src/dotty/tools/dotc/core/SymDenotations.scala
parenta93cdf4077003dad3428a4af34ba30c3d812dc78 (diff)
downloaddotty-3686713abe506f5d815fd850e9db012497b1aa5c.tar.gz
dotty-3686713abe506f5d815fd850e9db012497b1aa5c.tar.bz2
dotty-3686713abe506f5d815fd850e9db012497b1aa5c.zip
Don't force symbol denotation when taking fingerprint.
Diffstat (limited to 'src/dotty/tools/dotc/core/SymDenotations.scala')
-rw-r--r--src/dotty/tools/dotc/core/SymDenotations.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dotty/tools/dotc/core/SymDenotations.scala b/src/dotty/tools/dotc/core/SymDenotations.scala
index d1abfbfb6..ac4c870a6 100644
--- a/src/dotty/tools/dotc/core/SymDenotations.scala
+++ b/src/dotty/tools/dotc/core/SymDenotations.scala
@@ -1384,7 +1384,7 @@ object SymDenotations {
var fp = FingerPrint()
var e = info.decls.lastEntry
while (e != null) {
- fp.include(e.sym.name)
+ fp.include(e.name)
e = e.prev
}
var ps = classParents