val objects: kotlin.collections.MutableList = getObjects() var i: kotlin.Int = 0 while (i < objects.size()) { i.toString() i++ }