mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 23:31:12 +00:00
set up GetTagId
This commit is contained in:
parent
f08c764cad
commit
342d1f34c2
6 changed files with 136 additions and 5 deletions
|
@ -447,6 +447,9 @@ where
|
|||
Expr::AccessAtIndex { structure, .. } => {
|
||||
self.set_last_seen(*structure, stmt);
|
||||
}
|
||||
Expr::GetTagId { structure, .. } => {
|
||||
self.set_last_seen(*structure, stmt);
|
||||
}
|
||||
Expr::Array { elems, .. } => {
|
||||
for sym in *elems {
|
||||
self.set_last_seen(*sym, stmt);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue