6 lines
87 B
Kotlin
Vendored
6 lines
87 B
Kotlin
Vendored
class Foo {
|
|
val String.foo : Any
|
|
get() {
|
|
return this@f<caret>oo
|
|
}
|
|
} |