mirror of
https://github.com/github/codeql.git
synced 2025-12-24 12:46:34 +01: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[])`.