mirror of
https://github.com/github/codeql.git
synced 2025-12-18 01:33:15 +01:00
Specify lambda method for big arity lambdas
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user