Files

6 lines
87 B
Kotlin
Vendored

class Foo {
val String.foo : Any
get() {
return t<caret>his@foo
}
}