mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 08:31:29 +00:00
3 lines
121 B
Kotlin
Vendored
3 lines
121 B
Kotlin
Vendored
fun box(): String =
|
|
if (listOf("abc", "de", "f").map(String::length.getter) == listOf(3, 2, 1)) "OK" else "Fail"
|