Rust: add Callable::getParam and CallExprBase::getArg shortcuts

This commit is contained in:
Paolo Tranquilli
2025-06-06 16:18:16 +02:00
parent c1c0a705b9
commit a405a12e93
26 changed files with 159 additions and 48 deletions

View File

@@ -73,6 +73,7 @@ class Callable(AstNode):
"""
param_list: optional["ParamList"] | child
attrs: list["Attr"] | child
params: list["Param"] | synth
class Addressable(AstNode):