Files
kotlin-fork/idea/testData/slicer/inflow/getterExpressionBody.kt
T
2017-06-09 17:19:20 +03:00

8 lines
78 B
Kotlin
Vendored

// FLOW: IN
val foo: Int
get() = 0
fun test() {
val <caret>x = foo
}