chore: fix list insertion order, function insertion order,

and Inner function issues with variant
This commit is contained in:
Kasey White
2022-12-16 04:31:58 -05:00
committed by Lucas
parent 0d0e698d5e
commit 2bce818110
3 changed files with 7 additions and 4 deletions

View File

@@ -6,6 +6,7 @@ pub fn new() {
Map { inner: [] }
}
// Seems to be an issue with the parser. The TypedExpr body is excluding the Equal binop.
test new_1() {
new() == Map { inner: [] }
}