ea7d535ae7
#KT-11994 In Progress
8 lines
78 B
Kotlin
Vendored
8 lines
78 B
Kotlin
Vendored
// FLOW: IN
|
|
|
|
val foo: Int
|
|
get() = 0
|
|
|
|
fun test() {
|
|
val <caret>x = foo
|
|
} |