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