Specify lambda method for big arity lambdas

This commit is contained in:
Tamas Vajk
2021-12-06 14:40:31 +01:00
committed by Ian Lynagh
parent dec165c5b2
commit 7b58d01eff
3 changed files with 16 additions and 7 deletions

View File

@@ -1677,8 +1677,6 @@ open class KotlinFileExtractor(
if (types.size > BuiltInFunctionArity.BIG_ARITY) {
implementFunctionNInvoke(e.function, ids, locId, parameters)
// todo: which method should be returned in `LambdaExpr.asMethod()`?
}
val exprParent = parent.expr(e, callable)