Move debugger test data to the new location
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
val objects: kotlin.collections.MutableList<kotlin.Any> = getObjects()
|
||||
var i: kotlin.Int = 0
|
||||
while (i < objects.size()) {
|
||||
i.toString()
|
||||
i++
|
||||
}
|
||||
Reference in New Issue
Block a user