minor: small cleanup in K2 scripting support code

This commit is contained in:
Ilya Chernikov
2023-07-17 16:15:09 +02:00
committed by Space Team
parent 895a811b47
commit 776cdbcd3f
4 changed files with 8 additions and 13 deletions
@@ -491,7 +491,7 @@ object NodeConfigurator : AbstractFieldConfigurator<FirTreeBuilder>(FirTreeBuild
+name
+fieldList(statement).withTransform()
+symbol("FirScriptSymbol")
+FieldList("parameters", variable, withReplace = false)
+fieldList("parameters", variable, withReplace = false)
+fieldList(contextReceiver, useMutableOrEmpty = true)
+field("resultPropertyName", nameType, nullable = true)
}