aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/core/Scopes.scala
diff options
context:
space:
mode:
authorMartin Odersky <odersky@gmail.com>2013-03-23 16:45:10 +0100
committerMartin Odersky <odersky@gmail.com>2013-03-23 16:45:10 +0100
commit8ea3a4627c7dc66f65705ec9822c01a2225eacae (patch)
treee9966adbb3df29c4b458b7aaaa68b7cc8dab5a17 /src/dotty/tools/dotc/core/Scopes.scala
parent6c6f77682f95496feef72cc0ecd3ba00ccbdfa49 (diff)
downloaddotty-8ea3a4627c7dc66f65705ec9822c01a2225eacae.tar.gz
dotty-8ea3a4627c7dc66f65705ec9822c01a2225eacae.tar.bz2
dotty-8ea3a4627c7dc66f65705ec9822c01a2225eacae.zip
Attempt to fix fingerprint problem (disabled for now)
Diffstat (limited to 'src/dotty/tools/dotc/core/Scopes.scala')
-rw-r--r--src/dotty/tools/dotc/core/Scopes.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dotty/tools/dotc/core/Scopes.scala b/src/dotty/tools/dotc/core/Scopes.scala
index f8147c8f0..f3fde7209 100644
--- a/src/dotty/tools/dotc/core/Scopes.scala
+++ b/src/dotty/tools/dotc/core/Scopes.scala
@@ -108,7 +108,7 @@ object Scopes {
syms
}
- /** Cast this scope to a mutable scope */
+ /** Cast this scope to a mutable scope @@@ */
final def openForMutations: MutableScope = this.asInstanceOf[MutableScope]
final def toText(implicit ctx: Context): Text = ctx.toText(this)