compiler/testData/codegen/box/controlStructures/kt870.kt (5 lines of code) (raw):

fun box() = when { 1 > 2 -> "false" 1 >= 1 -> "OK" else -> "else" }