[FIR] Add test data
This commit is contained in:
committed by
TeamCityServer
parent
4e56ba2fa4
commit
f6ae6af741
+7
@@ -0,0 +1,7 @@
|
||||
val items: List<String>
|
||||
field = mutableListOf()
|
||||
|
||||
fun box(): String {
|
||||
items.add("OK")
|
||||
return items.last()
|
||||
}
|
||||
Reference in New Issue
Block a user