Fix bytecode for equals/hashCode of data classes once again
#KT-24790 Fixed
This commit is contained in:
+5
-5
@@ -7849,6 +7849,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
runTest("compiler/testData/codegen/box/dataClasses/twoVarParams.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("typeParameterWithInterfaceBound.kt")
|
||||
public void testTypeParameterWithInterfaceBound() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/dataClasses/typeParameterWithInterfaceBound.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("unitComponent.kt")
|
||||
public void testUnitComponent() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/dataClasses/unitComponent.kt");
|
||||
@@ -7953,11 +7958,6 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
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