Files
kotlin-fork/idea/testData/slicer/inflow/delegateToJavaGetter.kt
T
2018-01-17 12:40:34 +03:00

8 lines
102 B
Kotlin
Vendored

// FLOW: IN
// RUNTIME_WITH_REFLECT
val foo: Int by D.INSTANCE
fun test() {
val <caret>x = foo
}