We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fbf109 commit ea61814Copy full SHA for ea61814
include/swift/SIL/SILInstruction.h
@@ -7821,6 +7821,7 @@ class OpenExistentialAddrInst
7821
}
7822
7823
OpenedExistentialAccess getAccessKind() const { return ForAccess; }
7824
+ void setAccessKind(OpenedExistentialAccess kind) { ForAccess = kind; }
7825
7826
CanExistentialArchetypeType getDefinedOpenedArchetype() const {
7827
const auto archetype = getOpenedArchetypeOf(getType().getASTType());
0 commit comments