Skip to content

Commit

Permalink
Update for change in stmts
Browse files Browse the repository at this point in the history
  • Loading branch information
zanieb committed Aug 7, 2023
1 parent 2c4a82e commit bae9097
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ impl<'a> Visitor<'a> for TypeVarReferenceVisitor<'a> {
self.semantic
.binding(binding_id)
.source
.map(|node_id| self.semantic.stmts[node_id])
.map(|node_id| self.semantic.statement(node_id))
}) else {
return;
};
Expand Down

0 comments on commit bae9097

Please sign in to comment.