File tree 2 files changed +3
-4
lines changed
compiler/src/dotty/tools/dotc 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -357,7 +357,6 @@ object StdNames {
357
357
val Flag : N = " Flag"
358
358
val Ident : N = " Ident"
359
359
val Import : N = " Import"
360
- val Label_this : N = " Label_this"
361
360
val Literal : N = " Literal"
362
361
val LiteralAnnotArg : N = " LiteralAnnotArg"
363
362
val Matchable : N = " Matchable"
Original file line number Diff line number Diff line change @@ -218,10 +218,10 @@ class DropBreaks extends MiniPhase:
218
218
*
219
219
* return[target] arg
220
220
*
221
- * where `target` is the `goto` return label associated with `local `.
221
+ * where `target` is the `goto` return label associated with `lbl `.
222
222
* Adjust associated ref counts accordingly. The local refcount is increased
223
- * and the non-local refcount is decreased, since `local` the `Label_this`
224
- * binding containing `local ` is dropped.
223
+ * and the non-local refcount is decreased, since the `lbl` implicit argument
224
+ * to `break ` is dropped.
225
225
*/
226
226
override def transformApply (tree : Apply )(using Context ): Tree =
227
227
if enclosingBoundaries == 0 then tree
You can’t perform that action at this time.
0 commit comments