[FIR] Fix serializing annotation metadata on setters value parameters

This commit is contained in:
Dmitriy Novozhilov
2021-03-04 14:24:19 +03:00
parent ee1bc45bd6
commit 8324f499cd
2 changed files with 17 additions and 9 deletions
@@ -1,4 +1,3 @@
// IGNORE_BACKEND_FIR: JVM_IR
// WITH_REFLECT
// TARGET_BACKEND: JVM
@@ -160,4 +159,4 @@ fun box(): String {
Statics().test()
Delegate().test()
return "OK"
}
}