summaryrefslogtreecommitdiff
path: root/tmp/test.fy
diff options
context:
space:
mode:
Diffstat (limited to 'tmp/test.fy')
-rw-r--r--tmp/test.fy2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmp/test.fy b/tmp/test.fy
index 8fe78a1..e91b86d 100644
--- a/tmp/test.fy
+++ b/tmp/test.fy
@@ -3,4 +3,4 @@
*#
my foo = 1, bar = 2;
-my arr = [foo bar];
+my baz = [foo, bar];