blob: 37432bf89f78748b2590f2e25ec309ab63319848 [file]
// IGNORE_BACKEND_FIR: JVM_IR
fun box() : String = when (true) {
((true)) -> "OK"
(1 == 2) -> "Not ok"
}