Update synthetic parameter processing logic according to ASM 7 changes
#KT-27774 Fixed
This commit is contained in:
+5
@@ -3174,6 +3174,11 @@ public class JvmRuntimeDescriptorLoaderTestGenerated extends AbstractJvmRuntimeD
|
||||
runTest("compiler/testData/loadJava/compiledJava/annotations/AnnotatedMethod.java");
|
||||
}
|
||||
|
||||
@TestMetadata("AnnotatedParameterInInnerClassConstructor.java")
|
||||
public void testAnnotatedParameterInInnerClassConstructor() throws Exception {
|
||||
runTest("compiler/testData/loadJava/compiledJava/annotations/AnnotatedParameterInInnerClassConstructor.java");
|
||||
}
|
||||
|
||||
@TestMetadata("AnnotatedValueParameter.java")
|
||||
public void testAnnotatedValueParameter() throws Exception {
|
||||
runTest("compiler/testData/loadJava/compiledJava/annotations/AnnotatedValueParameter.java");
|
||||
|
||||
Reference in New Issue
Block a user