================================================================================
objects/duplicateProperty
================================================================================

obj {
  prop1 = "prop1"
  prop2 = "prop2"
  prop1 = "other" // duplicate
}

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

(module
  (classProperty
    (identifier)
    (objectBody
      (objectProperty
        (identifier)
        (slStringLiteral))
      (objectProperty
        (identifier)
        (slStringLiteral))
      (objectProperty
        (identifier)
        (slStringLiteral))
      (lineComment))))
