aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/core/Symbols.scala
diff options
context:
space:
mode:
authorMartin Odersky <odersky@gmail.com>2013-01-17 10:23:51 +0100
committerMartin Odersky <odersky@gmail.com>2013-01-17 10:23:51 +0100
commit4ad6538f7d67a42747d578feaaee633c390c4cbc (patch)
treec4ca95857fe1d6fb0904f4b986deba2f5ba9def2 /src/dotty/tools/dotc/core/Symbols.scala
parentb43de54be5c4d91762d8dc6a4ce7b612935639f9 (diff)
downloaddotty-4ad6538f7d67a42747d578feaaee633c390c4cbc.tar.gz
dotty-4ad6538f7d67a42747d578feaaee633c390c4cbc.tar.bz2
dotty-4ad6538f7d67a42747d578feaaee633c390c4cbc.zip
Renamed "Reference" to "Referenced".
Diffstat (limited to 'src/dotty/tools/dotc/core/Symbols.scala')
-rw-r--r--src/dotty/tools/dotc/core/Symbols.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dotty/tools/dotc/core/Symbols.scala b/src/dotty/tools/dotc/core/Symbols.scala
index 3f14fd37b..331c168a8 100644
--- a/src/dotty/tools/dotc/core/Symbols.scala
+++ b/src/dotty/tools/dotc/core/Symbols.scala
@@ -11,7 +11,7 @@ import Symbols._
import Contexts._
import Denotations._
import Types._
-import References.{Reference, SymRef, OverloadedRef}
+import Referenceds.{Referenced, SymRefd, OverloadedRef}
import collection.mutable
object Symbols {