[JS IR] Fix creating of classes extended from nested one

[JS IR] Extract getClassRef method

 ^KT-44950 fixed
This commit is contained in:
Ilya Goncharov
2021-03-15 18:00:28 +03:00
committed by TeamCityServer
parent a61312120b
commit 88abb3d6c9
12 changed files with 76 additions and 33 deletions
@@ -16306,6 +16306,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
runTest("compiler/testData/codegen/box/innerNested/createdNestedInOuterMember.kt");
}
@TestMetadata("extenderNestedClass.kt")
public void testExtenderNestedClass() throws Exception {
runTest("compiler/testData/codegen/box/innerNested/extenderNestedClass.kt");
}
@TestMetadata("extensionFun.kt")
public void testExtensionFun() throws Exception {
runTest("compiler/testData/codegen/box/innerNested/extensionFun.kt");