mirror of
https://github.com/github/codeql.git
synced 2026-06-24 14:17:05 +02:00
Apply suggestion from @aschackmull
This commit is contained in:
committed by
GitHub
parent
e1d4fe8605
commit
bcfee987f0
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user