==== tests/cases/conformance/parser/ecmascript5/Accessors/parserGetAccessorWithTypeParameters1.ts (2 errors) ==== class C { get foo() { } ~~~ !!! An accessor cannot have type parameters. ~~~ !!! A 'get' accessor must return a value or consist of a single 'throw' statement. }