FIR IDE: specify behaviour of HL API getOverriddenSymbols

- Split it into two functions getAllOverriddenSymbols and getDirectlyOverriddenSymbols
- Implement tests for getOverriddenSymbols
- temporary mute inheritance.kt light classes test
This commit is contained in:
Ilya Kirillov
2021-02-18 20:27:39 +01:00
parent 804df1aec2
commit b08eb6cf4c
16 changed files with 435 additions and 43 deletions

View File

@@ -29,5 +29,3 @@ private class Private {
override val overridesNothing: Boolean
get() = false
}
// FIR_COMPARISON