[FIR] Add DEPRECATED_SINCE_KOTLIN_WITHOUT_DEPRECATED diagnostics, fix tests

This commit is contained in:
Ivan Kochurkin
2021-05-11 16:38:07 +03:00
committed by TeamCityServer
parent 3191e0b925
commit 77c137df22
14 changed files with 107 additions and 29 deletions
@@ -120,4 +120,9 @@ object CommonDeclarationCheckers : DeclarationCheckers() {
FirReifiedTypeParameterChecker,
FirTypeParameterSyntaxChecker,
)
override val annotatedDeclarationCheckers: Set<FirAnnotatedDeclarationChecker>
get() = setOf(
FirAnnotationChecker,
)
}