[FIR] Introduce AnnotationUsedAsAnnotationArgumentChecker

This commit is contained in:
Julia
2021-04-09 20:34:18 +03:00
committed by Mikhail Glukhikh
parent 27ddc31f15
commit 387dafb8c5
18 changed files with 118 additions and 1 deletions
@@ -8,6 +8,11 @@ package org.jetbrains.kotlin.fir.checkers
import org.jetbrains.kotlin.fir.analysis.checkers.expression.*
object CommonExpressionCheckers : ExpressionCheckers() {
override val annotationCallCheckers: Set<FirAnnotationCallChecker>
get() = setOf(
FirAnnotationUsedAsAnnotationArgumentChecker,
)
override val basicExpressionCheckers: Set<FirBasicExpressionChecker>
get() = setOf(
FirAnonymousFunctionChecker,