add test for transitive alias import

This commit is contained in:
Folkert 2020-11-11 01:19:54 +01:00
parent 984cf744e3
commit cf80e2852f
9 changed files with 135 additions and 27 deletions

View file

@ -1007,7 +1007,7 @@ pub enum Category {
StrInterpolation,
// storing variables in the ast
Storage,
Storage(&'static str, u32),
// control flow
If,