zero arg functions now work: test 15
This commit is contained in:
@@ -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: [] }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user