==== tests/cases/conformance/parser/ecmascript3/Accessors/parserES3Accessors3.ts (2 errors) ==== var v = { get Foo() { } }; ~~~ !!! Accessors are only available when targeting ECMAScript 5 and higher. ~~~ !!! A 'get' accessor must return a value or consist of a single 'throw' statement.