Added inline tests for jvm 8 target
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
// JVM_TARGET: 1.8
|
||||
//WITH_RUNTIME
|
||||
|
||||
fun box(): String {
|
||||
val list = listOf("O", "K")
|
||||
return list.fold("") {a, b -> a +b}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user