mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 15:21:12 +00:00
rename
This commit is contained in:
parent
368d45fb01
commit
205b168f16
8 changed files with 20 additions and 20 deletions
|
@ -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, .. } => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue