==== tests/cases/conformance/parser/ecmascript5/MemberAccessorDeclarations/parserMemberAccessorDeclaration10.ts (2 errors) ==== class C { export get Foo() { } ~~~~~~ !!! 'export' modifier cannot appear on a class element. ~~~ !!! A 'get' accessor must return a value or consist of a single 'throw' statement. }