Files
kotlin-fork/analysis/analysis-api/testData/referenceResolve/thisWithLabelToProperty_caretAtThis.kt
T

6 lines
87 B
Kotlin
Vendored

class Foo {
val String.foo : Any
get() {
return t<caret>his@foo
}
}