[FIR] Add parameter flattenArrays to FirExpression.unwrapAndFlattenArgument
This commit is contained in:
committed by
Space Team
parent
28a14ebd42
commit
ebb6f4c70f
+1
-1
@@ -144,7 +144,7 @@ private fun <T> FirAnnotation.findFromRawArguments(expectedEnumClass: ClassId, t
|
||||
|
||||
if (this@findFromRawArguments is FirAnnotationCall) {
|
||||
for (arg in argumentList.arguments) {
|
||||
arg.unwrapAndFlattenArgument().forEach(::addIfMatching)
|
||||
arg.unwrapAndFlattenArgument(flattenArrays = true).forEach(::addIfMatching)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user