[JS IR] Fix creating of classes extended from nested one
[JS IR] Extract getClassRef method ^KT-44950 fixed
This commit is contained in:
committed by
TeamCityServer
parent
a61312120b
commit
88abb3d6c9
+6
@@ -19512,6 +19512,12 @@ public class FirBlackBoxCodegenTestGenerated extends AbstractFirBlackBoxCodegenT
|
||||
runTest("compiler/testData/codegen/box/innerNested/createdNestedInOuterMember.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("extenderNestedClass.kt")
|
||||
public void testExtenderNestedClass() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/innerNested/extenderNestedClass.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("extensionFun.kt")
|
||||
public void testExtensionFun() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user