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