FIR/UAST: convert annotation via base converter
This commit is contained in:
committed by
Ilya Kirillov
parent
33ff90a6da
commit
beddf03f74
@@ -11,6 +11,11 @@ import org.jetbrains.uast.*
|
||||
|
||||
interface BaseKotlinConverter {
|
||||
|
||||
fun convertAnnotation(
|
||||
annotationEntry: KtAnnotationEntry,
|
||||
givenParent: UElement?
|
||||
): UAnnotation
|
||||
|
||||
fun convertDeclaration(
|
||||
element: PsiElement,
|
||||
givenParent: UElement?,
|
||||
|
||||
Reference in New Issue
Block a user