[AA] KtAnnotationApplication: make index nullable

^KT-56046
This commit is contained in:
Dmitrii Gridin
2023-02-01 20:51:50 +01:00
committed by Space Team
parent 50711d5003
commit 379044f2c8
6 changed files with 14 additions and 37 deletions
@@ -117,7 +117,7 @@ internal object FirAnnotationValueConverter {
psi as? KtCallElement,
useSiteTarget = null,
toNamedConstantValue(resultMap, session),
index = -1,
index = null,
)
)
} else null