Files
kotlin-fork/backend.native/tests/external/codegen/box/when/exhaustiveBoolean.kt
T
2017-03-13 15:31:46 +03:00

5 lines
83 B
Kotlin

fun box() : String = when (true) {
((true)) -> "OK"
(1 == 2) -> "Not ok"
}