mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-13 00:21:28 +00:00
6 lines
134 B
Kotlin
Vendored
6 lines
134 B
Kotlin
Vendored
fun box(): String {
|
|
var s1 = (l1@ "s")
|
|
val s2 = (l2@ if (l3@ true) s1 else null)
|
|
return if (s2 == "s") "OK" else "fail"
|
|
}
|