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:
Tianyu Geng
2021-08-25 23:17:47 -07:00
committed by Ilya Kirillov
parent 54b32f6911
commit 18a23f26f5
4 changed files with 15 additions and 3 deletions
@@ -0,0 +1,3 @@
enum class MyEnum {
My<caret>Entry
}
@@ -0,0 +1,2 @@
ALL:
DIRECT: