mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Implement super mesage sends for @objc property and subscript getters/setters.
Fixes <rdar://problem/15933008>. Swift SVN r13100
This commit is contained in:
@@ -382,7 +382,7 @@ static SILBasicBlock *emitDispatchAndDestructure(SILGenFunction &gen,
|
||||
|
||||
for (auto &elt : np->getElements()) {
|
||||
ManagedValue MV = ManagedValue::forUnmanaged(v);
|
||||
auto Val = gen.emitRValueForPropertyLoad(loc, MV, elt.getProperty(),
|
||||
auto Val = gen.emitRValueForPropertyLoad(loc, MV, false, elt.getProperty(),
|
||||
// FIXME: No generic substitions.
|
||||
{}, false,
|
||||
elt.getSubPattern()->getType(),
|
||||
|
||||
Reference in New Issue
Block a user