Merge policy behavior
This is a notes app on Core Data. A background context changed note.body to the server's value and finished saving first. The main context, which doesn't know that, edited only note.title and called save(). With the main context's mergePolicy set to NSMergeByPropertyObjectTrumpMergePolicy, what's the result?
Pick one