[FIR] Add replaceStatus method for FirMemberDeclaration
This commit is contained in:
committed by
Space Team
parent
0550f0d394
commit
67c504e6f0
+1
-1
@@ -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) }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user