858b454138
#KT-11994 In Progress
8 lines
80 B
Kotlin
Vendored
8 lines
80 B
Kotlin
Vendored
// FLOW: IN
|
|
|
|
var <caret>foo: Int = 1
|
|
|
|
fun test() {
|
|
val x = foo
|
|
foo = 2
|
|
} |