Add more tests for inline class equality
This commit is contained in:
committed by
Alexander Udalov
parent
cdc5e1347b
commit
b85b2d9af8
@@ -2483,6 +2483,11 @@ public class BytecodeTextTestGenerated extends AbstractBytecodeTextTest {
|
||||
runTest("compiler/testData/codegen/bytecodeText/inlineClasses/defaultParametersDontBox.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("equalsDoesNotBox.kt")
|
||||
public void testEqualsDoesNotBox() throws Exception {
|
||||
runTest("compiler/testData/codegen/bytecodeText/inlineClasses/equalsDoesNotBox.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("equalsIsCalledByInlineClass.kt")
|
||||
public void testEqualsIsCalledByInlineClass() throws Exception {
|
||||
runTest("compiler/testData/codegen/bytecodeText/inlineClasses/equalsIsCalledByInlineClass.kt");
|
||||
|
||||
Reference in New Issue
Block a user