Files
kotlin-fork/idea/testData/slicer/inflow/thisInExtensionProperty.kt
T

8 lines
107 B
Kotlin
Vendored

// FLOW: IN
val Any.extensionProp: Any
get() = this
fun foo() {
val <caret>x = "".extensionProp
}