[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
+5
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user