mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-01 07:41:12 +00:00
rename
This commit is contained in:
parent
f57e7a6eed
commit
98b4930054
7 changed files with 14 additions and 14 deletions
|
@ -450,7 +450,7 @@ where
|
|||
Expr::GetTagId { structure, .. } => {
|
||||
self.set_last_seen(*structure, stmt);
|
||||
}
|
||||
Expr::CoerceToTagId { structure, .. } => {
|
||||
Expr::UnionAtIndex { structure, .. } => {
|
||||
self.set_last_seen(*structure, stmt);
|
||||
}
|
||||
Expr::Array { elems, .. } => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue