aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/core/Scopes.scala
diff options
context:
space:
mode:
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)