JVM IR: Mangle delegated properties with inline class type (KT-40125)

This commit is contained in:
Steven Schäfer
2020-07-08 18:32:53 +02:00
committed by Alexander Udalov
parent e48d2b9b83
commit 097e0fb46c
4 changed files with 34 additions and 1 deletions
@@ -2856,6 +2856,11 @@ public class BytecodeTextTestGenerated extends AbstractBytecodeTextTest {
runTest("compiler/testData/codegen/bytecodeText/inlineClasses/defaultParametersDontBox.kt");
}
@TestMetadata("delegatedPropertyMangling.kt")
public void testDelegatedPropertyMangling() throws Exception {
runTest("compiler/testData/codegen/bytecodeText/inlineClasses/delegatedPropertyMangling.kt");
}
@TestMetadata("equalsDoesNotBox.kt")
public void testEqualsDoesNotBox() throws Exception {
runTest("compiler/testData/codegen/bytecodeText/inlineClasses/equalsDoesNotBox.kt");