858b454138
#KT-11994 In Progress
7 lines
78 B
Kotlin
Vendored
7 lines
78 B
Kotlin
Vendored
// FLOW: IN
|
|
|
|
fun test(n: Int) {
|
|
var <caret>x = n
|
|
val y = x
|
|
x = 0
|
|
} |