aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/core/SymDenotations.scala
diff options
context:
space:
mode:
authorMartin Odersky <odersky@gmail.com>2014-01-04 22:33:14 +0100
committerMartin Odersky <odersky@gmail.com>2014-01-04 22:33:14 +0100
commit0aa4d2ce10dcf872c16ed4a5ecb7cd6a2b8c9b30 (patch)
tree9d7c06876b8c7d697d2f40645306b13a4c97c771 /src/dotty/tools/dotc/core/SymDenotations.scala
parentb85d7e2cbd1f4df217db544a467607a73e05eddc (diff)
downloaddotty-0aa4d2ce10dcf872c16ed4a5ecb7cd6a2b8c9b30.tar.gz
dotty-0aa4d2ce10dcf872c16ed4a5ecb7cd6a2b8c9b30.tar.bz2
dotty-0aa4d2ce10dcf872c16ed4a5ecb7cd6a2b8c9b30.zip
Output cleanups
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 62262db93..08d9458f4 100644
--- a/src/dotty/tools/dotc/core/SymDenotations.scala
+++ b/src/dotty/tools/dotc/core/SymDenotations.scala
@@ -220,7 +220,7 @@ object SymDenotations {
/** The name with which the denoting symbol was created */
final def originalName = {
val d = initial.asSymDenotation
- if (d is ExpandedName) d.name.unexpandedName() else d.effectiveName
+ if (d is ExpandedName) d.name.unexpandedName() else d.name // !!!DEBUG, was: effectiveName
}
/** The encoded full path name of this denotation, where outer names and inner names