K2: drop unused qualifier in FirJavaTypeRef
This commit is contained in:
committed by
Space Team
parent
e9fbeb9be2
commit
f33f87e3d4
+4
-1
@@ -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)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user