Files
codeql/java/ql/test-kotlin1/library-tests/no-when-branch-found/test.ql
2023-11-21 15:28:12 +00:00

5 lines
55 B
Plaintext

import java
from ThrowStmt ts
select ts, ts.getExpr()