[FIR] Add replaceStatus method for FirMemberDeclaration

This commit is contained in:
Dmitriy Novozhilov
2023-02-07 15:34:10 +02:00
committed by Space Team
parent 0550f0d394
commit 67c504e6f0
37 changed files with 105 additions and 1 deletions
@@ -74,7 +74,7 @@ object FieldSets {
val classKind by lazy { field(classKindType) }
val status by lazy { field("status", declarationStatus) }
val status by lazy { field("status", declarationStatus, withReplace = true) }
val controlFlowGraphReferenceField by lazy { field("controlFlowGraphReference", controlFlowGraphReference, withReplace = true, nullable = true) }