Fix bytecode for equals/hashCode of data classes once again
#KT-24790 Fixed
This commit is contained in:
-5
@@ -7651,11 +7651,6 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
|
||||
public void testSameinstance() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/dataClasses/equals/sameinstance.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("typeParameterWithInterfaceBound.kt")
|
||||
public void testTypeParameterWithInterfaceBound() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/dataClasses/equals/typeParameterWithInterfaceBound.kt");
|
||||
}
|
||||
}
|
||||
|
||||
@TestMetadata("compiler/testData/codegen/box/dataClasses/hashCode")
|
||||
|
||||
-5
@@ -6541,11 +6541,6 @@ public class JsCodegenBoxTestGenerated extends AbstractJsCodegenBoxTest {
|
||||
public void testSameinstance() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/dataClasses/equals/sameinstance.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("typeParameterWithInterfaceBound.kt")
|
||||
public void testTypeParameterWithInterfaceBound() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/dataClasses/equals/typeParameterWithInterfaceBound.kt");
|
||||
}
|
||||
}
|
||||
|
||||
@TestMetadata("compiler/testData/codegen/box/dataClasses/hashCode")
|
||||
|
||||
Reference in New Issue
Block a user