[FIR] Fix problems with renaming invocationKind and field in FirAnonymousFunction

This commit is contained in:
Dmitriy Novozhilov
2020-06-19 16:27:40 +03:00
parent 9c8e979308
commit a7675c16d5
7 changed files with 17 additions and 13 deletions
@@ -266,7 +266,7 @@ object NodeConfigurator : AbstractFieldConfigurator<FirTreeBuilder>(FirTreeBuild
parentArg(function, "F", anonymousFunction)
+symbol("FirAnonymousFunctionSymbol")
+field(label, nullable = true)
+field(eventOccurrencesRangeType, nullable = true, withReplace = true).apply {
+field("invocationKind", eventOccurrencesRangeType, nullable = true, withReplace = true).apply {
isMutable = true
}
+booleanField("isLambda")