Analyze Data Flow: Initial implementation
#KT-11994 In Progress
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
// FLOW: IN
|
||||
|
||||
fun test(m: Int, n: Int) {
|
||||
val <caret>x = when (m) {
|
||||
1 -> 1
|
||||
2 -> n
|
||||
else -> 0
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user