[FIR] Remove first version of class generation transformer

This commit is contained in:
Dmitriy Novozhilov
2020-05-18 15:58:44 +03:00
parent 3e3387fb69
commit 9a8d520b85
3 changed files with 2 additions and 107 deletions
@@ -8,7 +8,7 @@ package org.jetbrains.kotlin.fir.declarations
enum class FirResolvePhase {
RAW_FIR,
ANNOTATIONS_FOR_PLUGINS, // run only if some extensions are registered
FIRST_PLUGIN_GENERATION, // plugin phase
// FIRST_PLUGIN_GENERATION, // plugin phase
IMPORTS,
SUPER_TYPES,
SEALED_CLASS_INHERITORS,