mirror of
https://github.com/github/codeql.git
synced 2026-05-14 11:19:27 +02:00
Cfg: Support Throw expressions.
This commit is contained in:
@@ -93,7 +93,7 @@ private module Ast implements AstSig<Location> {
|
||||
|
||||
class ReturnStmt = J::ReturnStmt;
|
||||
|
||||
class ThrowStmt = J::ThrowStmt;
|
||||
class Throw = J::ThrowStmt;
|
||||
|
||||
final private class FinalTryStmt = J::TryStmt;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user