Cfg: Support Throw expressions.

This commit is contained in:
Anders Schack-Mulligen
2026-03-05 13:13:58 +01:00
parent 6078df524b
commit 93a594e9c0
2 changed files with 7 additions and 7 deletions

View File

@@ -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;