[FIR] Cleanup and reorganize utils in :compiler:fir:checkers

This commit is contained in:
Dmitriy Novozhilov
2021-09-14 16:26:51 +03:00
committed by teamcityserver
parent 9d09b9605f
commit 0f6b6dbca3
15 changed files with 318 additions and 330 deletions
@@ -173,6 +173,8 @@ object StandardClassIds {
val targetAllowedTargets = Name.identifier("allowedTargets")
val jvmNameName = Name.identifier("name")
val sinceKotlinVersion = Name.identifier("version")
val deprecatedMessage = Name.identifier("message")
val deprecatedLevel = Name.identifier("level")