FIR IDE: allow getting overridden symbols on any callable symbols
This way caller don't need to first check if the symbol is allowed to override. The current API throws for cases like Java field, or enum entry, which is not very user-friendly.
This commit is contained in:
committed by
Ilya Kirillov
parent
54b32f6911
commit
18a23f26f5
+3
@@ -0,0 +1,3 @@
|
||||
enum class MyEnum {
|
||||
My<caret>Entry
|
||||
}
|
||||
+2
@@ -0,0 +1,2 @@
|
||||
ALL:
|
||||
DIRECT:
|
||||
Reference in New Issue
Block a user