Java/C#: Adapt to signature change.

This commit is contained in:
Anders Schack-Mulligen
2026-06-17 18:17:36 +02:00
parent 3a3ec1be90
commit f844cd3754
2 changed files with 4 additions and 0 deletions

View File

@@ -61,6 +61,8 @@ private module Ast implements AstSig<Location> {
class Parameter extends AstNode {
Parameter() { none() }
AstNode getPattern() { none() }
Expr getDefaultValue() { none() }
}