aboutsummaryrefslogtreecommitdiff
path: root/spec/inputs/vararg.yue
diff options
context:
space:
mode:
Diffstat (limited to 'spec/inputs/vararg.yue')
-rw-r--r--spec/inputs/vararg.yue8
1 files changed, 0 insertions, 8 deletions
diff --git a/spec/inputs/vararg.yue b/spec/inputs/vararg.yue
index 91d0b16..941cd97 100644
--- a/spec/inputs/vararg.yue
+++ b/spec/inputs/vararg.yue
@@ -67,14 +67,6 @@ join = (...) ->
67 print ... 67 print ...
68 68
69 do 69 do
70 ... = 1, 2 if true
71 print ...
72
73 do
74 a, ... = 1, 2 unless true
75 print a, select '#', ...
76
77 do
78 ... = switch x when 1 70 ... = switch x when 1
79 with tb 71 with tb
80 .x = 123 72 .x = 123