'box'/'unbox' methods are called by inline class
This commit is contained in:
@@ -2008,6 +2008,11 @@ public class BytecodeTextTestGenerated extends AbstractBytecodeTextTest {
|
||||
runTest("compiler/testData/codegen/bytecodeText/inlineClasses/boxInlineClassesOnPassingToVarargs.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("boxMethodCalledByInlineClass.kt")
|
||||
public void testBoxMethodCalledByInlineClass() throws Exception {
|
||||
runTest("compiler/testData/codegen/bytecodeText/inlineClasses/boxMethodCalledByInlineClass.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("boxResultAfterConstructorCall.kt")
|
||||
public void testBoxResultAfterConstructorCall() throws Exception {
|
||||
runTest("compiler/testData/codegen/bytecodeText/inlineClasses/boxResultAfterConstructorCall.kt");
|
||||
@@ -2197,6 +2202,11 @@ public class BytecodeTextTestGenerated extends AbstractBytecodeTextTest {
|
||||
public void testUnboxInlineClassesAfterSmartCasts() throws Exception {
|
||||
runTest("compiler/testData/codegen/bytecodeText/inlineClasses/unboxInlineClassesAfterSmartCasts.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("unboxMethodCalledByInlineClass.kt")
|
||||
public void testUnboxMethodCalledByInlineClass() throws Exception {
|
||||
runTest("compiler/testData/codegen/bytecodeText/inlineClasses/unboxMethodCalledByInlineClass.kt");
|
||||
}
|
||||
}
|
||||
|
||||
@TestMetadata("compiler/testData/codegen/bytecodeText/interfaces")
|
||||
|
||||
Reference in New Issue
Block a user