mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
8 lines
282 B
Plaintext
8 lines
282 B
Plaintext
class LambdaExpr extends @lambdaexpr {
|
|
string toString() { none() }
|
|
}
|
|
|
|
from LambdaExpr lambda, string default_capture, boolean has_explicit_return_type
|
|
where lambdas(lambda, default_capture, has_explicit_return_type)
|
|
select lambda, default_capture, has_explicit_return_type, true
|