[FIR] Fix binding return expression to function
This commit is contained in:
+1
@@ -253,6 +253,7 @@ object NodeConfigurator : AbstractFieldConfigurator() {
|
||||
+field(invocationKindType, nullable = true, withReplace = true).apply {
|
||||
isMutable = true
|
||||
}
|
||||
+booleanField("isLambda")
|
||||
}
|
||||
|
||||
typeParameter.configure {
|
||||
|
||||
Reference in New Issue
Block a user