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