{"ScriptPreparationCode":null,"TestCases":[{"Name":"1","Code":"class Foo {\r\n\tbar = \u0022bar\u0022;\r\n\r\n\tfooBar = () =\u003E {\r\n \tfor(let i = 0; i \u003C 10000; i\u002B\u002B) {\r\n \tconsole.log(this.bar);\r\n }\r\n }\r\n}","IsDeferred":false},{"Name":"2","Code":"class Foo {\r\n\tbar = \u0022bar\u0022;\r\n\r\n\tfooBar = () =\u003E {\r\n const bar = this.bar;\r\n \tfor(let i = 0; i \u003C 10000; i\u002B\u002B) {\r\n \tconsole.log(bar);\r\n }\r\n }\r\n}","IsDeferred":false}]}