==== tests/cases/conformance/parser/ecmascript5/Accessors/parserAccessors3.ts (1 errors) ==== var v = { get Foo() { } }; ~~~ !!! A 'get' accessor must return a value or consist of a single 'throw' statement.