Skip to content

Commit c3cf035

Browse files
committed
Make var private
1 parent 91bd5df commit c3cf035

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/src/dotty/tools/dotc/transform/DropBreaks.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ class DropBreaks extends MiniPhase:
5151
// we want by-name parameters to be converted to closures
5252

5353
/** The number of boundary nodes enclosing the currently analized tree. */
54-
var enclosingBoundaries: Int = 0
54+
private var enclosingBoundaries: Int = 0
5555

5656
private object LabelTry:
5757

0 commit comments

Comments
 (0)