aboutsummaryrefslogtreecommitdiff
path: root/spec/inputs/using.yue
diff options
context:
space:
mode:
Diffstat (limited to 'spec/inputs/using.yue')
-rw-r--r--spec/inputs/using.yue7
1 files changed, 7 insertions, 0 deletions
diff --git a/spec/inputs/using.yue b/spec/inputs/using.yue
index 9944b60..31afaab 100644
--- a/spec/inputs/using.yue
+++ b/spec/inputs/using.yue
@@ -20,3 +20,10 @@ _ = (a,e,f using a,b,c, hello) ->
20 20
21_ = (using nil) -> 21_ = (using nil) ->
22 hello or= 2 22 hello or= 2
23
24do
25 a = {}
26 (using nil) <- _
27 {x, y} = a
28
29nil