blob: b8a8f7b2d589b872ed7f474c6f241f6fc3340fb0 [file] [log] [blame] [edit]
class A {
fun foo() {}
}
fun A.bar() {
<caret>foo()
}