mirror of
https://github.com/erg-lang/erg.git
synced 2025-09-27 11:59:05 +00:00
chore(els): improve completion
This commit is contained in:
parent
ecd8ea6769
commit
461e8229d7
2 changed files with 28 additions and 3 deletions
|
@ -166,7 +166,7 @@ pub struct Args {
|
|||
pub pos_args: Vec<PosArg>,
|
||||
pub var_args: Option<Box<PosArg>>,
|
||||
pub kw_args: Vec<KwArg>,
|
||||
paren: Option<(Token, Token)>,
|
||||
pub paren: Option<(Token, Token)>,
|
||||
}
|
||||
|
||||
impl NestedDisplay for Args {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue