Rust: add back getAttr to ArrayExpr

This commit is contained in:
Paolo Tranquilli
2024-12-03 16:12:56 +01:00
parent c113503b41
commit 277c9f4087
19 changed files with 92 additions and 34 deletions

View File

@@ -359,7 +359,7 @@ fn get_fields(node: &AstNodeSrc) -> Vec<FieldInfo> {
result.push(FieldInfo {
name: "is_semicolon".to_string(),
tp: "predicate".to_string(),
is_many: true,
is_many: false,
});
}
_ => {}