mirror of
https://github.com/github/codeql.git
synced 2025-12-21 19:26:31 +01: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.
5 lines
55 B
Plaintext
5 lines
55 B
Plaintext
import java
|
|
|
|
from ThrowStmt ts
|
|
select ts, ts.getExpr()
|