[FIR] Analyze all statements in block except last one in independent mode
Some broken tests will be fixed in next commit #KT-37176 Fixed
This commit is contained in:
+2
-1
@@ -110,8 +110,9 @@ object NodeConfigurator : AbstractFieldConfigurator<FirTreeBuilder>(FirTreeBuild
|
||||
}
|
||||
|
||||
block.configure {
|
||||
+fieldList(statement)
|
||||
+fieldList(statement).withTransform()
|
||||
+typeRefField
|
||||
needTransformOtherChildren()
|
||||
}
|
||||
|
||||
binaryLogicExpression.configure {
|
||||
|
||||
Reference in New Issue
Block a user