[FIR] Change nested class generation extension to generate top-level classes also

This commit is contained in:
Dmitriy Novozhilov
2020-06-01 17:21:13 +03:00
parent 9cc13c8324
commit eceeacdf61
13 changed files with 186 additions and 98 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
NESTED_CLASS_GENERATION, // plugin phase
CLASS_GENERATION, // plugin phase
IMPORTS,
SUPER_TYPES,
SEALED_CLASS_INHERITORS,