FIR: drop pluginPhase special parameter
This commit is contained in:
@@ -5,11 +5,11 @@
|
||||
|
||||
package org.jetbrains.kotlin.fir.declarations
|
||||
|
||||
enum class FirResolvePhase(val pluginPhase: Boolean = false, val noProcessor: Boolean = false) {
|
||||
enum class FirResolvePhase(val noProcessor: Boolean = false) {
|
||||
RAW_FIR(noProcessor = true),
|
||||
IMPORTS,
|
||||
ANNOTATIONS_FOR_PLUGINS(pluginPhase = true),
|
||||
COMPANION_GENERATION(pluginPhase = true),
|
||||
ANNOTATIONS_FOR_PLUGINS,
|
||||
COMPANION_GENERATION,
|
||||
SUPER_TYPES,
|
||||
SEALED_CLASS_INHERITORS,
|
||||
TYPES,
|
||||
|
||||
Reference in New Issue
Block a user