mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 16:21:11 +00:00
add test for transitive alias import
This commit is contained in:
parent
984cf744e3
commit
cf80e2852f
9 changed files with 135 additions and 27 deletions
|
@ -972,7 +972,7 @@ fn add_category<'b>(
|
|||
this_is,
|
||||
alloc.text(" an uniqueness attribute of type:"),
|
||||
]),
|
||||
Storage => alloc.concat(vec![this_is, alloc.text(" a value of type:")]),
|
||||
Storage(_file, _line) => alloc.concat(vec![this_is, alloc.text(" a value of type:")]),
|
||||
|
||||
DefaultValue(_) => alloc.concat(vec![this_is, alloc.text(" a default field of type:")]),
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue