Update synthetic parameter processing logic according to ASM 7 changes
#KT-27774 Fixed
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
public enum AnnotatedParameterInEnumConstructor {
|
||||
A;
|
||||
|
||||
private AnnotatedParameterInEnumConstructor(@test.Anno(x = "a") java.lang.String a, @test.Anno(x = "b") java.lang.String b) { /* compiled code */ }
|
||||
}
|
||||
Reference in New Issue
Block a user