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