[AA LC] Save unresolved qualifier name in arguments of annotations
This commit is contained in:
committed by
Space Team
parent
ed867af01d
commit
95f5848e6c
+2
-1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user