From 4ad6538f7d67a42747d578feaaee633c390c4cbc Mon Sep 17 00:00:00 2001 From: Martin Odersky Date: Thu, 17 Jan 2013 10:23:51 +0100 Subject: Renamed "Reference" to "Referenced". --- src/dotty/tools/dotc/core/Symbols.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/dotty/tools/dotc/core/Symbols.scala') 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 { -- cgit v1.2.3