6 lines
98 B
Kotlin
6 lines
98 B
Kotlin
val String.foo: Int
|
|
get() = this@<caret>.length()
|
|
|
|
// EXIST: "this@foo"
|
|
// NOTHING_ELSE: true
|