mirror of
https://github.com/github/codeql.git
synced 2026-06-19 11:51:08 +02:00
Java/C#: Adapt to signature change.
This commit is contained in:
@@ -61,6 +61,8 @@ private module Ast implements AstSig<Location> {
|
||||
class Parameter extends AstNode {
|
||||
Parameter() { none() }
|
||||
|
||||
AstNode getPattern() { none() }
|
||||
|
||||
Expr getDefaultValue() { none() }
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user