FIR/UAST: convert annotation via base converter

This commit is contained in:
Jinseong Jeon
2021-06-17 15:19:59 -07:00
committed by Ilya Kirillov
parent 33ff90a6da
commit beddf03f74
6 changed files with 43 additions and 28 deletions
@@ -11,6 +11,11 @@ import org.jetbrains.uast.*
interface BaseKotlinConverter {
fun convertAnnotation(
annotationEntry: KtAnnotationEntry,
givenParent: UElement?
): UAnnotation
fun convertDeclaration(
element: PsiElement,
givenParent: UElement?,