[FIR] Set status.isOverride for fake overrides

Even though SO may not be correct
overrides sometimes, it feels more
natural to treat fake overrides as...
well, "overrides". And without it
we'd need to make the code in
`FirOverrideChecker` less intuitive.
This commit is contained in:
Nikolay Lunyak
2023-11-29 16:08:26 +02:00
committed by Space Team
parent afd8895e51
commit 7056ad5325
252 changed files with 1025 additions and 1015 deletions
@@ -0,0 +1,2 @@
Resolved to:
0: (in kotlin.collections.MutableList) operator fun get(index: kotlin.Int): E
@@ -1,2 +1,2 @@
Resolved to:
0: (in kotlin.collections.MutableList) operator fun get(index: kotlin.Int): E
0: (in kotlin.collections.MutableList) override operator fun get(index: kotlin.Int): E