[AA LC] Save unresolved qualifier name in arguments of annotations

This commit is contained in:
Dmitriy Novozhilov
2022-09-28 14:37:11 +03:00
committed by Space Team
parent ed867af01d
commit 95f5848e6c
11 changed files with 66 additions and 37 deletions
@@ -97,6 +97,7 @@ public sealed class KtKClassAnnotationValue : KtAnnotationValue() {
*/
public class KtErrorClassAnnotationValue(
override val sourcePsi: KtElement?,
public val unresolvedQualifierName: String?,
) : KtKClassAnnotationValue()
}
@@ -127,4 +128,4 @@ public class KtConstantAnnotationValue(
* Render annotation value, resulted string is a valid Kotlin source code.
*/
public fun KtAnnotationValue.renderAsSourceCode(): String =
KtAnnotationValueRenderer.render(this)
KtAnnotationValueRenderer.render(this)