Move debugger test data to the new location
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
val objects: kotlin.collections.MutableList<kotlin.Any> = getObjects()
|
||||
for (object in objects) {
|
||||
if (object.isEmpty) {
|
||||
break
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user