mirror of
https://github.com/github/codeql.git
synced 2026-02-20 08:53:49 +01:00
Lambda bodies are parsed as nested do-blocks or normal blocks. This is actually incorrect, as the body of a lambda can't have parameters. However, we can "inline" such blocks to get the desired control flow.