[FIR] Change children order in FirConstructor

This commit is contained in:
Dmitriy Novozhilov
2019-11-15 14:23:34 +03:00
parent 01b47854c6
commit 99da7272f5
4 changed files with 6 additions and 5 deletions
@@ -316,6 +316,7 @@ object NodeConfigurator : AbstractFieldConfigurator() {
parentArg(memberFunction, "F", constructor)
+symbol("FirConstructorSymbol")
+field("delegatedConstructor", delegatedConstructorCall, nullable = true)
+body(nullable = true)
+booleanField("isPrimary")
}