zero arg functions now work: test 15

This commit is contained in:
Kasey White
2022-12-17 22:01:20 -05:00
committed by Lucas
parent 3a765ddef5
commit 421e7148d0
3 changed files with 189 additions and 114 deletions

View File

@@ -6,7 +6,6 @@ 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: [] }
}