K2: drop unused qualifier in FirJavaTypeRef

This commit is contained in:
Mikhail Glukhikh
2022-12-15 14:48:13 +01:00
committed by Space Team
parent e9fbeb9be2
commit f33f87e3d4
5 changed files with 18 additions and 13 deletions
@@ -39,7 +39,10 @@ object FieldSets {
val annotations by lazy {
fieldList(
"annotations", annotation, withReplace = true, useMutableOrEmpty = true
"annotations",
annotation,
withReplace = true,
useMutableOrEmpty = true
).withTransform(needTransformInOtherChildren = true)
}