Update synthetic parameter processing logic according to ASM 7 changes
#KT-27774 Fixed
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
annotation class Simple(val value: String)
|
||||
|
||||
fun localCaptured(): Any {
|
||||
val z = 1
|
||||
class A(@Simple("K") val z: String) {
|
||||
val x = z
|
||||
}
|
||||
return A("K")
|
||||
}
|
||||
Reference in New Issue
Block a user