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