Commits
Joe Groff committed e7f7033d31a
SILGen: Fix up handling of 'self' parameter when opaque protocol requirements are accessed through class-constrained type. "self" needs to be materialized in these cases. We were handling methods correctly, but not property accesses. Fixes rdar://problem/18454204. Swift SVN r22309