@@ -408,17 +408,6 @@ local tb = {
408408 }
409409 }
410410}
411- do
412- local print = print
413- local math = math
414- print (" hello" )
415- math.random (3 )
416- end
417- do
418- local print = print
419- print (FLAG )
420- FLAG = 123
421- end
422411do
423412 local insert , concat = table.insert , table.concat
424413 local C , Ct , Cmt
452441 local _obj_0 = require (" export" )
453442 one , two , ch = _obj_0 [1 ], _obj_0 [2 ], _obj_0 .Something .umm [1 ]
454443end
444+ do
445+ local tostring <const> = tostring
446+ local concat <const> = table.concat
447+ print (concat ({
448+ " a" ,
449+ tostring (1 )
450+ }))
451+ end
452+ do
453+ local print <const> = print
454+ local math <const> = math
455+ print (" hello" )
456+ math.random (3 )
457+ end
458+ do
459+ local print <const> = print
460+ print (FLAG )
461+ FLAG = 123
462+ end
455463local _module_0 = { }
456464local a , b , c = 1 , 2 , 3
457465_module_0 [" a" ], _module_0 [" b" ], _module_0 [" c" ] = a , b , c
@@ -2927,17 +2935,6 @@ local tb = {
29272935 }
29282936 }
29292937}
2930- do
2931- local print = print
2932- local math = math
2933- print (" hello" )
2934- math.random (3 )
2935- end
2936- do
2937- local print = print
2938- print (FLAG )
2939- FLAG = 123
2940- end
29412938do
29422939 local insert , concat = table.insert , table.concat
29432940 local C , Ct , Cmt
@@ -2971,6 +2968,25 @@ do
29712968 local _obj_0 = require (" export" )
29722969 one , two , ch = _obj_0 [1 ], _obj_0 [2 ], _obj_0 .Something .umm [1 ]
29732970end
2971+ do
2972+ local tostring <const> = tostring
2973+ local concat <const> = table.concat
2974+ print (concat ({
2975+ " a" ,
2976+ tostring (1 )
2977+ }))
2978+ end
2979+ do
2980+ local print <const> = print
2981+ local math <const> = math
2982+ print (" hello" )
2983+ math.random (3 )
2984+ end
2985+ do
2986+ local print <const> = print
2987+ print (FLAG )
2988+ FLAG = 123
2989+ end
29742990local _module_0 = { }
29752991local a , b , c = 1 , 2 , 3
29762992_module_0 [" a" ], _module_0 [" b" ], _module_0 [" c" ] = a , b , c
0 commit comments