Respect parent-scoping rules for NamedExpr assignments (#4145)
This commit is contained in:
@@ -253,6 +253,7 @@ pub enum BindingKind<'a> {
|
||||
Annotation,
|
||||
Argument,
|
||||
Assignment,
|
||||
NamedExprAssignment,
|
||||
Binding,
|
||||
LoopVar,
|
||||
Global,
|
||||
|
||||
Reference in New Issue
Block a user