JVM IR: Take superQualifierSymbols into account when lowering inline classes
This commit is contained in:
committed by
Alexander Udalov
parent
52abc2ae1a
commit
821aca984b
+5
@@ -14088,6 +14088,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
runTest("compiler/testData/codegen/box/inlineClasses/mangledDefaultParameterFunction.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("mangledSuperCalls.kt")
|
||||
public void testMangledSuperCalls() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/inlineClasses/mangledSuperCalls.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("mapInlineClassesWithSuppressWildcardsMode.kt")
|
||||
public void testMapInlineClassesWithSuppressWildcardsMode() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/inlineClasses/mapInlineClassesWithSuppressWildcardsMode.kt");
|
||||
|
||||
Reference in New Issue
Block a user