Skip to content

Unified: loosen AST schema - #22498

Draft
asgerf wants to merge 7 commits into
github:mainfrom
asgerf:unified/loosen-schema
Draft

Unified: loosen AST schema#22498
asgerf wants to merge 7 commits into
github:mainfrom
asgerf:unified/loosen-schema

Conversation

@asgerf

@asgerf asgerf commented Sep 3, 2026

Copy link
Copy Markdown
Contributor

No description provided.

final override F::AstNode getAFieldOrChild() { unified_expr_equality_pattern_def(this, result) }
}
/** Gets the node corresponding to the field `modifier`. */
final F::Modifier getModifier(int i) { unified_expr_pattern_modifier(this, i, result) }

/** Gets the node corresponding to the field `type_argument`. */
final F::TypeExpr getTypeArgument(int i) {
final F::Expr getTypeArgument(int i) {

/** Gets the node corresponding to the field `modifier`. */
final F::Modifier getModifier(int i) { unified_name_pattern_modifier(this, i, result) }
final F::Modifier getModifier(int i) { unified_named_pattern_modifier(this, i, result) }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants