blob: 85e496d0a60103d03dae812fb496863405ce60b2 [file]
fun test(): Int {
return when {
else -> 42
}
}