Don't mangle synthesized 'box' function for inline classes
This commit is contained in:
committed by
Ilya Gorbunov
parent
ea2c33a532
commit
583c66a2a7
@@ -2133,6 +2133,11 @@ public class BytecodeTextTestGenerated extends AbstractBytecodeTextTest {
|
||||
runTest("compiler/testData/codegen/bytecodeText/inlineClasses/skipCallToUnderlyingValueOfInlineClass.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("synthesizedBoxMethodIsNotMangled.kt")
|
||||
public void testSynthesizedBoxMethodIsNotMangled() throws Exception {
|
||||
runTest("compiler/testData/codegen/bytecodeText/inlineClasses/synthesizedBoxMethodIsNotMangled.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("uIntArrayIteratorWithoutBoxing.kt")
|
||||
public void testUIntArrayIteratorWithoutBoxing() throws Exception {
|
||||
runTest("compiler/testData/codegen/bytecodeText/inlineClasses/uIntArrayIteratorWithoutBoxing.kt");
|
||||
|
||||
Reference in New Issue
Block a user