mirror of
https://github.com/github/codeql.git
synced 2026-06-26 15:17:06 +02:00
f initial
This commit is contained in:
@@ -254,6 +254,8 @@ module GoCfg {
|
||||
class CatchClause extends AstNode {
|
||||
CatchClause() { none() }
|
||||
|
||||
AstNode getPattern() { none() }
|
||||
|
||||
AstNode getVariable() { none() }
|
||||
|
||||
Expr getCondition() { none() }
|
||||
|
||||
Reference in New Issue
Block a user