1
0
Fork 0
mirror of synced 2025-09-23 12:18:44 +00:00
This commit is contained in:
schaeff 2020-07-15 23:08:38 +02:00
parent 91c4747b5b
commit 3e66462269

View file

@ -1177,7 +1177,7 @@ mod tests {
for field i in 0..3 do
assert(a == 1 + 2 + 3+ 4+ 5+ 6+ 6+ 7+ 8 + 4+ 5+ 3+ 4+ 2+ 3)
endfor
a.member == 1
assert(a.member == 1)
return a
"#;
let res = generate_ast(&source);