JVM IR: Take superQualifierSymbols into account when lowering inline classes

This commit is contained in:
Steven Schäfer
2020-05-05 17:12:33 +02:00
committed by Alexander Udalov
parent 52abc2ae1a
commit 821aca984b
9 changed files with 49 additions and 2 deletions
@@ -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");