7 lines
137 B
Plaintext
Vendored
7 lines
137 B
Plaintext
Vendored
val objects: kotlin.collections.MutableList<kotlin.Any> = getObjects()
|
|
for (object in objects) {
|
|
if (object.isEmpty) {
|
|
break
|
|
}
|
|
}
|