fix: tuples

This commit is contained in:
rvcas
2022-12-13 13:13:58 -05:00
committed by KtorZ
parent 37def91fc5
commit 299cd1ac24
3 changed files with 7 additions and 7 deletions

View File

@@ -1,3 +1,3 @@
test foo() {
(1, []) == (1, [])
#(1, []) == #(1, [])
}