diff options
Diffstat (limited to 'spec/inputs/using.yue')
-rw-r--r-- | spec/inputs/using.yue | 7 |
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 | |||
24 | do | ||
25 | a = {} | ||
26 | (using nil) <- _ | ||
27 | {x, y} = a | ||
28 | |||
29 | nil | ||