This commit is contained in:
Folkert 2021-06-21 23:02:49 +02:00
parent 368d45fb01
commit 205b168f16
8 changed files with 20 additions and 20 deletions

View file

@ -444,7 +444,7 @@ where
self.set_last_seen(*sym, stmt);
}
}
Expr::AccessAtIndex { structure, .. } => {
Expr::StructAtIndex { structure, .. } => {
self.set_last_seen(*structure, stmt);
}
Expr::GetTagId { structure, .. } => {