FIR IDE: allow get overriding symbols of members in anonymous object
This commit is contained in:
committed by
Ilya Kirillov
parent
50166c776c
commit
54b32f6911
+9
@@ -0,0 +1,9 @@
|
||||
fun foo() {
|
||||
open class A {
|
||||
open fun foo() {}
|
||||
}
|
||||
|
||||
object : A() {
|
||||
override fun fo<caret>o() {}
|
||||
}
|
||||
}
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
ALL:
|
||||
foo.A.foo(): Unit
|
||||
DIRECT:
|
||||
foo.A.foo(): Unit
|
||||
Reference in New Issue
Block a user