Commits

Slava Pestov committed 790cd283269
Sema: Synthesize materializeForSet for properties defined in extensions when inferring default witnesses A computed property might have a getter and setter but no materializeForSet; synthesize the decl so that we can emit a witness thunk and reference it from the default witness table. Default witnesses for storage is not quite hooked up yet, so this is NFC for now.