From b791ef8e586d86af68f1212c9abecc22bb2d4de1 Mon Sep 17 00:00:00 2001 From: Martin Odersky Date: Sun, 24 Mar 2013 00:26:30 +0100 Subject: Fixes fingerprint problems. Also reducing debug output. Can now read and display all classes and objects in scala.collection. --- src/dotty/tools/dotc/core/Scopes.scala | 3 --- 1 file changed, 3 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 f3fde7209..d39194bf1 100644 --- a/src/dotty/tools/dotc/core/Scopes.scala +++ b/src/dotty/tools/dotc/core/Scopes.scala @@ -108,9 +108,6 @@ object Scopes { syms } - /** Cast this scope to a mutable scope @@@ */ - final def openForMutations: MutableScope = this.asInstanceOf[MutableScope] - final def toText(implicit ctx: Context): Text = ctx.toText(this) } -- cgit v1.2.3