Minor fix in partial body resolve
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
Resolve target: fun foo(): kotlin.Int
|
||||
----------------------------------------------
|
||||
class C {
|
||||
init {
|
||||
<caret>foo()
|
||||
/* STATEMENT DELETED: bar() */
|
||||
}
|
||||
}
|
||||
|
||||
fun foo() = 1
|
||||
fun bar() = 2
|
||||
Reference in New Issue
Block a user