{"ScriptPreparationCode":"const noop = () =\u003E {}\r\n\r\nclass Foo {\r\n static bar() {}\r\n\r\n \tconstructor () {\r\n this.bar2 = noop\r\n }\r\n \r\n bar() {}\r\n}\r\n\r\nvar foo = new Foo()","TestCases":[{"Name":"constructor","Code":"foo.constructor.bar()","IsDeferred":false},{"Name":"prototype","Code":"foo.bar()","IsDeferred":false},{"Name":"property","Code":"foo.bar2()","IsDeferred":false}]}