Can someone help me understand this? I have a `ope...
# getting-started
s
Can someone help me understand this? I have a
open val boxes: MutableList<Box>? = null
but I can’t use it in a for loop because it is open if (boxes != null) {