When trying to read the following valid ES5: ``` javascript var a = { get foo() {} }; ``` The following error occurs: `'unexpected token (tName:\'foo\'); expected :'`