blob: b11127df1f6875a3fc6050c7df88d37b4b121fa4 [file]
class Foo
fun Foo.invoke() {}
fun bar(f: Foo) {
f<caret>()
}