We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
LambdaExpr::isKotlinFunctionN
1 parent 1151f79 commit 464d137Copy full SHA for 464d137
java/ql/lib/semmle/code/java/Expr.qll
@@ -1382,6 +1382,9 @@ class LambdaExpr extends FunctionalExpr, @lambdaexpr {
1382
result.getNumberOfParameters() = 1
1383
}
1384
1385
+ /**
1386
+ * Holds if this expression is a big-arity lambda expression in Kotlin.
1387
+ */
1388
predicate isKotlinFunctionN() {
1389
exists(RefType r |
1390
this.getAnonymousClass().extendsOrImplements(r) and
0 commit comments