JVM IR: fix IOOBE from remapTypeParameters for synthetic property annotations method
This commit is contained in:
+5
@@ -20301,6 +20301,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
runTest("compiler/testData/codegen/box/reflection/annotations/findAnnotation.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("genericExtensionProperty.kt")
|
||||
public void testGenericExtensionProperty() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/reflection/annotations/genericExtensionProperty.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("hasAnnotation.kt")
|
||||
public void testHasAnnotation() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/reflection/annotations/hasAnnotation.kt");
|
||||
|
||||
Reference in New Issue
Block a user