blob: 0dff1ee3770a085c21895499fcc44446a97ccda1 [file]
class Foo {
fun String.foo() {
this@f<caret>oo
}
}