[FIR] Save info that when was used as expression
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
fun test(value: Int) {
|
||||
when (value) {
|
||||
0 -> {}
|
||||
1 -> when (value) {
|
||||
2 -> false
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user