Code clean and some refactorings in 'getLambdaIfExistsAndMarkInstructions'
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import test.*
|
||||
|
||||
fun box(): String {
|
||||
val result = processRecords { "B" + it }
|
||||
|
||||
return if (result == "BOK1") "OK" else "fail: $result"
|
||||
}
|
||||
Reference in New Issue
Block a user