==== tests/cases/conformance/parser/ecmascript3/Accessors/parserES3Accessors4.ts (1 errors) ==== var v = { set Foo(a) { } }; ~~~ !!! Accessors are only available when targeting ECMAScript 5 and higher.