Commits

Jordan Rose committed dbe1230d313
When an assignment fails, check isSettable instead of asking for a setter. Otherwise, we'll hit an assertion failure (or produce the wrong message) when a property has an addressor instead of a getter and setter. rdar://problem/22363304 Swift SVN r31865