blob: 630de88e7d4f5c6a1c4ba0e4cbd4548130b8ec93 [file]
class Foo {
val String.foo : Any
get() {
return this@f<caret>oo
}
}