[FIR] Implement ILLEGAL_KOTLIN_VERSION_STRING_VALUE diagnostics, fix tests
This commit is contained in:
committed by
TeamCityServer
parent
cb0b80253c
commit
1be02e3ac4
+2
-2
@@ -11,8 +11,8 @@ import org.jetbrains.kotlin.fir.analysis.checkers.syntax.FirAnonymousFunctionSyn
|
||||
object CommonExpressionCheckers : ExpressionCheckers() {
|
||||
override val annotationCallCheckers: Set<FirAnnotationCallChecker>
|
||||
get() = setOf(
|
||||
FirAnnotationArgumentChecker,
|
||||
FirAnnotationUsedAsAnnotationArgumentChecker,
|
||||
FirAnnotationChecker,
|
||||
FirAnnotationArgumentChecker
|
||||
)
|
||||
|
||||
override val basicExpressionCheckers: Set<FirBasicExpressionChecker>
|
||||
|
||||
Reference in New Issue
Block a user