mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 08:34:33 +00:00
fix failing tests
This commit is contained in:
parent
a0512a5f97
commit
cd4c28ca0c
1 changed files with 7 additions and 1 deletions
|
@ -495,7 +495,13 @@ impl FieldAccess {
|
|||
}
|
||||
|
||||
pub fn list_seen() -> Self {
|
||||
Self::default()
|
||||
use Mark::*;
|
||||
use Usage::*;
|
||||
|
||||
let mut result = Self::default();
|
||||
result.fields.insert(LIST_ELEM.into(), Simple(Seen));
|
||||
|
||||
result
|
||||
}
|
||||
|
||||
pub fn list_update() -> Self {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue