Update synthetic parameter processing logic according to ASM 7 changes
#KT-27774 Fixed
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
// test.AnnotatedParameterInEnumConstructor
|
||||
package test
|
||||
|
||||
annotation class Anno(val x: String)
|
||||
|
||||
enum class AnnotatedParameterInEnumConstructor(@Anno("a") a: String, @Anno("b") b: String) {
|
||||
A("1", "b")
|
||||
}
|
||||
Reference in New Issue
Block a user