aboutsummaryrefslogtreecommitdiff
path: root/spec/inputs/metatable.yue
diff options
context:
space:
mode:
Diffstat (limited to 'spec/inputs/metatable.yue')
-rw-r--r--spec/inputs/metatable.yue2
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
4w = [name]#:123, ["new"]#:(val)=> {val} 4w = [name]#:123, ["new"]#:(val)=> {val}
5w.#["new"] w.#[name] 5w.#["new"] w.#[name]
6 6
7close _ = close#: -> print "out of scope" 7do close _ = close#: -> print "out of scope"
8 8
9d, e = a.close, a.close# 9d, e = a.close, a.close#
10 10