f initial

This commit is contained in:
Owen Mansel-Chan
2026-06-24 19:43:13 +01:00
parent 67488a81c8
commit 62f90735fd

View File

@@ -254,6 +254,8 @@ module GoCfg {
class CatchClause extends AstNode {
CatchClause() { none() }
AstNode getPattern() { none() }
AstNode getVariable() { none() }
Expr getCondition() { none() }