mirror of
https://github.com/github/codeql.git
synced 2026-04-27 01:35:13 +02:00
Big arity lambda calls in IR look like standard method calls to an `invoke` with N arguments. However, this method doesn't exist in JVM, so instead we need to extract a call to `FunctionN.invoke(Object[])`.