[FIR] Add resolve phase for resolving inheritors of sealed classes
This commit is contained in:
@@ -9,6 +9,7 @@ enum class FirResolvePhase {
|
||||
RAW_FIR,
|
||||
IMPORTS,
|
||||
SUPER_TYPES,
|
||||
SEALED_CLASS_INHERITORS,
|
||||
TYPES,
|
||||
STATUS,
|
||||
IMPLICIT_TYPES_BODY_RESOLVE,
|
||||
|
||||
Reference in New Issue
Block a user