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

8 lines
111 B
Kotlin
Vendored

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