Apply suggestion from @aschackmull

This commit is contained in:
Anders Schack-Mulligen
2026-06-24 10:26:26 +02:00
committed by GitHub
parent e1d4fe8605
commit bcfee987f0

View File

@@ -647,7 +647,7 @@ module Make0<LocationSig Location, AstSig<Location> Ast> {
(
n instanceof CatchClause
or
exists(CatchClause catch | n = catch.getPattern())
n = any(CatchClause catch).getPattern()
or
n instanceof Case
or