blob: 2c209a60f9877e920331a9172dd80f370956ace1 [file]
fun test(value: Int) {
when (value) {
0 -> {}
1 -> when (value) {
2 -> false
}
}
}