diff options
Diffstat (limited to 'spec/inputs/metatable.yue')
-rw-r--r-- | spec/inputs/metatable.yue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/inputs/metatable.yue b/spec/inputs/metatable.yue index 100844c..ed68a17 100644 --- a/spec/inputs/metatable.yue +++ b/spec/inputs/metatable.yue | |||
@@ -4,7 +4,7 @@ c = key1: true, :add#, key2: true | |||
4 | w = [name]#:123, ["new"]#:(val)=> {val} | 4 | w = [name]#:123, ["new"]#:(val)=> {val} |
5 | w.#["new"] w.#[name] | 5 | w.#["new"] w.#[name] |
6 | 6 | ||
7 | close _ = close#: -> print "out of scope" | 7 | do close _ = close#: -> print "out of scope" |
8 | 8 | ||
9 | d, e = a.close, a.close# | 9 | d, e = a.close, a.close# |
10 | 10 | ||