Merge branch 'main' into mad-write-through-model

This commit is contained in:
Mathias Vorreiter Pedersen
2026-06-30 15:12:02 +01:00
712 changed files with 15973 additions and 6993 deletions

View File

@@ -138,7 +138,9 @@ private module Ast implements AstSig<Location> {
final private class FinalCatchClause = J::CatchClause;
class CatchClause extends FinalCatchClause {
AstNode getVariable() { result = super.getVariable() }
AstNode getPattern() { result = super.getVariable() }
AstNode getVariable() { none() }
Expr getCondition() { none() }