Don't mangle synthesized 'box' function for inline classes

This commit is contained in:
Dmitry Petrov
2018-08-24 16:05:12 +03:00
committed by Ilya Gorbunov
parent ea2c33a532
commit 583c66a2a7
3 changed files with 23 additions and 0 deletions
@@ -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");