{"ScriptPreparationCode":null,"TestCases":[{"Name":"mono","Code":"const a = new Array(1000).fill(0);\r\nlet b, c;\r\n\r\na.map(n =\u003E b = n);\r\na.map(n =\u003E c = typeof n);","IsDeferred":false},{"Name":"poly","Code":"const a = new Array(1000).fill(0);\r\nlet b, c;\r\n\r\na[0] = \u0027hello\u0027\r\na.map(n =\u003E b = n);\r\na.map(n =\u003E c = typeof n);","IsDeferred":false}]}