[AA] KtAnnotationApplication: make index nullable
^KT-56046
This commit is contained in:
committed by
Space Team
parent
50711d5003
commit
379044f2c8
+1
-1
@@ -117,7 +117,7 @@ internal object FirAnnotationValueConverter {
|
||||
psi as? KtCallElement,
|
||||
useSiteTarget = null,
|
||||
toNamedConstantValue(resultMap, session),
|
||||
index = -1,
|
||||
index = null,
|
||||
)
|
||||
)
|
||||
} else null
|
||||
|
||||
Reference in New Issue
Block a user