mirror of
https://github.com/erg-lang/erg.git
synced 2025-10-01 05:11:09 +00:00
Refactor: AttrDef -> ReDef
This commit is contained in:
parent
24627eb26c
commit
a249de98b3
10 changed files with 83 additions and 68 deletions
|
@ -194,7 +194,7 @@ impl SideEffectChecker {
|
|||
self.path_stack.pop();
|
||||
self.block_stack.pop();
|
||||
}
|
||||
Expr::AttrDef(_)
|
||||
Expr::ReDef(_)
|
||||
| Expr::Code(_)
|
||||
| Expr::Compound(_)
|
||||
| Expr::Import(_)
|
||||
|
@ -457,7 +457,7 @@ impl SideEffectChecker {
|
|||
));
|
||||
}
|
||||
}
|
||||
Expr::AttrDef(_)
|
||||
Expr::ReDef(_)
|
||||
| Expr::Code(_)
|
||||
| Expr::Compound(_)
|
||||
| Expr::Import(_)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue