mirror of
https://github.com/github/codeql.git
synced 2025-12-19 18:33:16 +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.
2 lines
90 B
Plaintext
2 lines
90 B
Plaintext
| test.kt:0:0:0:0 | throw ... | test.kt:0:0:0:0 | new NoWhenBranchMatchedException(...) |
|