==== tests/cases/conformance/parser/ecmascript3/Accessors/parserES3Accessors1.ts (2 errors) ==== class C { 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. }