aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/core/SymDenotations.scala
diff options
context:
space:
mode:
authorMartin Odersky <odersky@gmail.com>2015-03-08 12:42:01 +0100
committerDmitry Petrashko <dmitry.petrashko@gmail.com>2015-03-18 11:15:48 +0100
commit53a123064ffe437edc3d9e2f17530d3ce4e2b064 (patch)
treefe6ff2651a30a413a991998f6ae1cdd06d4c9c34 /src/dotty/tools/dotc/core/SymDenotations.scala
parentd572ec04a29d4bb70dccd5b01e205233d496d24d (diff)
downloaddotty-53a123064ffe437edc3d9e2f17530d3ce4e2b064.tar.gz
dotty-53a123064ffe437edc3d9e2f17530d3ce4e2b064.tar.bz2
dotty-53a123064ffe437edc3d9e2f17530d3ce4e2b064.zip
Drop choice of separator in expanded name.
It's not used and is too low-level anyway. Expanded names should be a semantic concept, the choice of separator is irrelevant.
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 4ededf796..44629c036 100644
--- a/src/dotty/tools/dotc/core/SymDenotations.scala
+++ b/src/dotty/tools/dotc/core/SymDenotations.scala
@@ -271,7 +271,7 @@ object SymDenotations {
/** The name with which the denoting symbol was created */
final def originalName(implicit ctx: Context) = {
val d = initial.asSymDenotation
- if (d is ExpandedName) d.name.unexpandedName() else d.name // !!!DEBUG, was: 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