Resolver - "super" implementation
This commit is contained in:
parent
45ffa5cdab
commit
cf909eef23
1 changed files with 1 additions and 1 deletions
|
@ -503,7 +503,7 @@ impl VarResolver for ExprNode {
|
||||||
.resolve(rs)
|
.resolve(rs)
|
||||||
.and_then(|_| set_expr.value.resolve(rs)),
|
.and_then(|_| set_expr.value.resolve(rs)),
|
||||||
|
|
||||||
ExprNode::Super(_) => todo!(),
|
ExprNode::Super(expr) => rs.resolve_use(&expr.keyword),
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue