mirror of
https://github.com/erg-lang/erg.git
synced 2025-09-27 19:59:07 +00:00
fix(lexer): token location bug
This commit is contained in:
parent
ddefa6185e
commit
910d5f62e9
2 changed files with 68 additions and 64 deletions
|
@ -2907,6 +2907,7 @@ impl NestedDisplay for ConstKwArg {
|
|||
}
|
||||
}
|
||||
|
||||
impl_display_from_nested!(ConstKwArg);
|
||||
impl_locational!(ConstKwArg, keyword, expr);
|
||||
|
||||
#[pymethods]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue