aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/core/Scopes.scala
diff options
context:
space:
mode:
authorMartin Odersky <odersky@gmail.com>2013-03-24 00:26:30 +0100
committerMartin Odersky <odersky@gmail.com>2013-03-24 00:26:30 +0100
commitb791ef8e586d86af68f1212c9abecc22bb2d4de1 (patch)
tree2d66deb239c59a392129e42ba112532863ffbdaa /src/dotty/tools/dotc/core/Scopes.scala
parent8ea3a4627c7dc66f65705ec9822c01a2225eacae (diff)
downloaddotty-b791ef8e586d86af68f1212c9abecc22bb2d4de1.tar.gz
dotty-b791ef8e586d86af68f1212c9abecc22bb2d4de1.tar.bz2
dotty-b791ef8e586d86af68f1212c9abecc22bb2d4de1.zip
Fixes fingerprint problems.
Also reducing debug output. Can now read and display all classes and objects in scala.collection.
Diffstat (limited to 'src/dotty/tools/dotc/core/Scopes.scala')
-rw-r--r--src/dotty/tools/dotc/core/Scopes.scala3
1 files changed, 0 insertions, 3 deletions
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)
}