mirror of
https://github.com/erg-lang/erg.git
synced 2025-08-03 10:23:20 +00:00
Merge branch 'main' into shape
This commit is contained in:
commit
0dd5ac0775
13 changed files with 307 additions and 51 deletions
|
@ -2185,7 +2185,7 @@ impl ConstKwArg {
|
|||
#[derive(Clone, Debug, PartialEq, Eq, Hash)]
|
||||
pub struct ConstArgs {
|
||||
pos_args: Vec<ConstPosArg>,
|
||||
var_args: Option<Box<ConstPosArg>>,
|
||||
pub var_args: Option<Box<ConstPosArg>>,
|
||||
kw_args: Vec<ConstKwArg>,
|
||||
paren: Option<(Token, Token)>,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue