[FIR] Save info that when was used as expression
This commit is contained in:
+1
@@ -588,6 +588,7 @@ object NodeConfigurator : AbstractFieldConfigurator<FirTreeBuilder>(FirTreeBuild
|
||||
+field("subjectVariable", variable.withArgs("F" to "*"), nullable = true)
|
||||
+fieldList("branches", whenBranch).withTransform()
|
||||
+booleanField("isExhaustive", withReplace = true)
|
||||
+booleanField("usedAsExpression")
|
||||
needTransformOtherChildren()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user