441072c6fe
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