Extend incremental analysis to object declaration
Fixed #KT-37250
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
// OUT_OF_CODE_BLOCK: FALSE
|
||||
// ERROR: Unresolved reference: call
|
||||
|
||||
object Foo {
|
||||
fun foo() {
|
||||
c<caret>ll()
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user