JVM IR: Mangle delegated properties with inline class type (KT-40125)
This commit is contained in:
committed by
Alexander Udalov
parent
e48d2b9b83
commit
097e0fb46c
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user