[FIR] Add transformBody to FirFunction

This commit is contained in:
Dmitriy Novozhilov
2020-06-21 13:06:20 +03:00
committed by Ilya Gorbunov
parent 23dc75fb87
commit 8ce28cb509
15 changed files with 55 additions and 6 deletions
@@ -103,7 +103,7 @@ object NodeConfigurator : AbstractFieldConfigurator<FirTreeBuilder>(FirTreeBuild
parentArg(callableDeclaration, "F", "F")
+symbol("FirFunctionSymbol", "F")
+fieldList(valueParameter, withReplace = true).withTransform()
+body(nullable = true)
+body(nullable = true).withTransform()
}
errorFunction.configure {