Files
kotlin-fork/idea/idea-completion/testData/keywords/QualifiedThisInAccessor.kt
T

6 lines
98 B
Kotlin

val String.foo: Int
get() = this@<caret>.length()
// EXIST: "this@foo"
// NOTHING_ELSE: true