diff options
Diffstat (limited to 'spec/outputs/5.1/attrib.lua')
-rw-r--r-- | spec/outputs/5.1/attrib.lua | 10 |
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 |
42 | end | 42 | end |
43 | do | 43 | do |
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 | ||
52 | end | ||
53 | do | ||
44 | local v = (function() | 54 | local v = (function() |
45 | if flag then | 55 | if flag then |
46 | return func() | 56 | return func() |