Files
kotlin-fork/idea/idea-completion/testData/keywords/QualifiedThisInAccessor.kt
T
Valentin Kipyatkov 54836113a7 Better test data format
2015-06-04 17:21:28 +03:00

6 lines
92 B
Kotlin
Vendored

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