bug fixes
This commit is contained in:
@@ -132,7 +132,8 @@ Expr :: struct {
|
||||
integer: i64,
|
||||
args: []Expr_Id,
|
||||
// `Catch` block handlers use `body` for the handler statements and `target`
|
||||
// for the optional captured error local.
|
||||
// for the optional captured error local. A missing `right` means the handler
|
||||
// exits on every path and therefore has no fallback value.
|
||||
body: []Stmt_Id,
|
||||
target: Ref,
|
||||
left: Expr_Id,
|
||||
|
||||
Reference in New Issue
Block a user