[LL FIR] StubBasedFirDeserializedSymbolProvider: fix loading of nested classes

We cannot load nested class without an outer as in this case we will
miss a symbol of the outer class, which is crucial in some cases
(e.g., during status calculation).
So we have to load the topmost class as it will load all nested classes
with the correct context as well

^KT-62891 Fixed
This commit is contained in:
Dmitrii Gridin
2023-12-21 18:51:24 +01:00
committed by Space Team
parent 34bac48541
commit 441072c6fe
5 changed files with 41 additions and 18 deletions
@@ -1,4 +1 @@
Diagnostics from elements:
for PSI element of type KtNamedFunction at (15,5-64)
EXPOSED_FUNCTION_RETURN_TYPE text ranges: [(103,123)]
PSI: KtNamedFunction at (15,5-64)