FIR: rename ANNOTATION_FOR_PLUGINS into COMPILER_REQUIRED_ANNOTATIONS

This commit is contained in:
Mikhail Glukhikh
2022-03-01 11:10:01 +03:00
committed by Space
parent f32cdef760
commit 30fa0230ec
4 changed files with 8 additions and 8 deletions
@@ -8,7 +8,7 @@ package org.jetbrains.kotlin.fir.declarations
enum class FirResolvePhase(val noProcessor: Boolean = false) {
RAW_FIR(noProcessor = true),
IMPORTS,
ANNOTATIONS_FOR_PLUGINS,
COMPILER_REQUIRED_ANNOTATIONS,
COMPANION_GENERATION,
SUPER_TYPES,
SEALED_CLASS_INHERITORS,