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
|
@ -1007,7 +1007,7 @@ pub enum Category {
|
|||
StrInterpolation,
|
||||
|
||||
// storing variables in the ast
|
||||
Storage,
|
||||
Storage(&'static str, u32),
|
||||
|
||||
// control flow
|
||||
If,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue