blob: beeecf55bac23f228db09770464ca1f1ae67c50c [file]
Resolve target: fun foo(): kotlin.Int
----------------------------------------------
class C {
init {
<caret>foo()
/* STATEMENT DELETED: bar() */
}
}
fun foo() = 1
fun bar() = 2