From fec318dedaa10bf7ffaebd7aaf4a99e05ac0312a Mon Sep 17 00:00:00 2001 From: Martin Odersky Date: Tue, 14 May 2013 12:22:35 +0200 Subject: Refactored Printers, Showable and Text into new package dotc.printing. --- src/dotty/tools/dotc/core/Scopes.scala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/dotty/tools/dotc/core/Scopes.scala') diff --git a/src/dotty/tools/dotc/core/Scopes.scala b/src/dotty/tools/dotc/core/Scopes.scala index 6bcfc6f6a..426d5a51a 100644 --- a/src/dotty/tools/dotc/core/Scopes.scala +++ b/src/dotty/tools/dotc/core/Scopes.scala @@ -12,7 +12,7 @@ import Periods._ import Decorators._ import Contexts._ import Denotations._ -import util.Texts._ +import printing.Texts._ import SymDenotations.NoDenotation object Scopes { @@ -49,7 +49,7 @@ object Scopes { * or to delete them. These methods are provided by subclass * MutableScope. */ - abstract class Scope extends Showable with Iterable[Symbol] { + abstract class Scope extends printing.Showable with Iterable[Symbol] { /** The last scope-entry from which all others are reachable via `prev` */ private[dotc] def lastEntry: ScopeEntry -- cgit v1.2.3