Skip to content

Commit 62f9073

Browse files
committed
f initial
1 parent 67488a8 commit 62f9073

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

go/ql/lib/semmle/go/controlflow/ControlFlowGraphShared.qll

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,8 @@ module GoCfg {
254254
class CatchClause extends AstNode {
255255
CatchClause() { none() }
256256

257+
AstNode getPattern() { none() }
258+
257259
AstNode getVariable() { none() }
258260

259261
Expr getCondition() { none() }

0 commit comments

Comments
 (0)