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