aboutsummaryrefslogtreecommitdiff
path: root/spec/outputs/5.1/attrib.lua
diff options
context:
space:
mode:
Diffstat (limited to 'spec/outputs/5.1/attrib.lua')
-rw-r--r--spec/outputs/5.1/attrib.lua10
1 files changed, 10 insertions, 0 deletions
diff --git a/spec/outputs/5.1/attrib.lua b/spec/outputs/5.1/attrib.lua
index f782b45..70e7e24 100644
--- a/spec/outputs/5.1/attrib.lua
+++ b/spec/outputs/5.1/attrib.lua
@@ -41,6 +41,16 @@ do
41 end 41 end
42end 42end
43do 43do
44 local a, b
45 do
46 local _obj_0 = {
47 2,
48 3
49 }
50 a, b = _obj_0[1], _obj_0[2]
51 end
52end
53do
44 local v = (function() 54 local v = (function()
45 if flag then 55 if flag then
46 return func() 56 return func()