mirror of
https://github.com/github/codeql.git
synced 2026-05-03 20:58:03 +02:00
These are extracted as "throw new kotlin.NoWhenBranchFoundException();", which is the Java lowering of the intrinsic. In the process, amend the control-flow graph to let when branches propagate `throw`s outwards, and similarly statement expressions.