Commits

Doug Gregor committed e4b37bc1059
Properly check whether we're in an extension when determining settability of a 'let' property. We were checking for exact type equality of the DeclContexts, which will not hold when extensions have their own archetypes. A near-term fix would be to use interface types, but checking the nominal types is a better long-term solution. Swift SVN r20768