We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91bd5df commit c3cf035Copy full SHA for c3cf035
compiler/src/dotty/tools/dotc/transform/DropBreaks.scala
@@ -51,7 +51,7 @@ class DropBreaks extends MiniPhase:
51
// we want by-name parameters to be converted to closures
52
53
/** The number of boundary nodes enclosing the currently analized tree. */
54
- var enclosingBoundaries: Int = 0
+ private var enclosingBoundaries: Int = 0
55
56
private object LabelTry:
57
0 commit comments