{"ScriptPreparationCode":"function first_f(str){\r\n return str[0]\r\n}\r\n\r\nfunction first_l(str){\r\n return str[0][0]\r\n}","TestCases":[{"Name":"function","Code":"let t=first_f(\u0027abcdef\u0027)","IsDeferred":false},{"Name":"literal template","Code":"let t=first_l\u0060abcdef\u0060","IsDeferred":false}]}