[FIR] Report warning when error is suppressed

#KT-61129
This commit is contained in:
Kirill Rakhman
2023-08-14 10:59:35 +02:00
committed by Space Team
parent 769e4ac0ac
commit c32a0a83f9
10 changed files with 68 additions and 6 deletions
@@ -223,6 +223,8 @@ object StandardClassIds {
val deprecatedSinceKotlinErrorSince = Name.identifier("errorSince")
val deprecatedSinceKotlinHiddenSince = Name.identifier("hiddenSince")
val suppressNames = Name.identifier("names")
val parameterNameName = StandardNames.NAME
}
}