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.
var
1 parent 1bac0c6 commit 594fcafCopy full SHA for 594fcaf
core/src/main/scala/scala/collection/immutable/TrieIterator.scala
@@ -39,7 +39,7 @@ private[collection] abstract class TrieIterator[+T](elems: Array[Iterable[T]]) e
39
def initSubIter: Iterator[T] = null // to traverse collision nodes
40
41
private[this] var depth = initDepth
42
- private[this] var arrayStack: Array[Array[Iterable[T @uV]]] = initArrayStack
+ private[this] val arrayStack: Array[Array[Iterable[T @uV]]] = initArrayStack
43
private[this] var posStack = initPosStack
44
private[this] var arrayD: Array[Iterable[T @uV]] = initArrayD
45
private[this] var posD = initPosD
0 commit comments