================================================================================
errors/parser12
================================================================================

res1 = new { foo = 42 }}

--------------------------------------------------------------------------------

(module
  (classProperty
    (identifier)
    (newExpr
      (objectBody
        (objectProperty
          (identifier)
          (intLiteral)))))
  (ERROR))
