Fix data class equals codegen for type parameters with interface bounds
#KT-24474 Fixed
This commit is contained in:
+5
@@ -7941,6 +7941,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
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