Fix .equals for instantiated annotations with unsigned array types.
#KT-53876 Fixed
This commit is contained in:
committed by
Space Team
parent
0fea8073ef
commit
ccdb6fc599
+6
@@ -456,6 +456,12 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
runTest("compiler/testData/codegen/box/annotations/instances/annotationToString.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("annotationsUnsignedTypes.kt")
|
||||
public void testAnnotationsUnsignedTypes() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/annotations/instances/annotationsUnsignedTypes.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("inInlineFunction.kt")
|
||||
public void testInInlineFunction() throws Exception {
|
||||
|
||||
+6
@@ -492,6 +492,12 @@ public class IrBlackBoxCodegenTestGenerated extends AbstractIrBlackBoxCodegenTes
|
||||
runTest("compiler/testData/codegen/box/annotations/instances/annotationType.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("annotationsUnsignedTypes.kt")
|
||||
public void testAnnotationsUnsignedTypes() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/annotations/instances/annotationsUnsignedTypes.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("inInlineFunction.kt")
|
||||
public void testInInlineFunction() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user