{"ScriptPreparationCode":null,"TestCases":[{"Name":"Regular","Code":"let r;\r\nfor (const item of arrayA){\r\n\tr = item.b;\r\n} ","IsDeferred":false},{"Name":"Destruct","Code":"let r;\r\nfor (const {b} of arrayA){\r\n\tr = b;\r\n} ","IsDeferred":false}]}