File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4311,7 +4311,7 @@ open_existential_addr
4311
4311
// type P
4312
4312
// $*@opened P must be a unique archetype that refers to an opened
4313
4313
// existential type P.
4314
- // %1 will be of type $*P
4314
+ // %1 will be of type $*@opened P
4315
4315
4316
4316
Obtains the address of the concrete value inside the existential
4317
4317
container referenced by ``%0 ``. The protocol conformances associated
@@ -4334,7 +4334,7 @@ open_existential_value
4334
4334
// type P
4335
4335
// $@opened P must be a unique archetype that refers to an opened
4336
4336
// existential type P.
4337
- // %1 will be of type $P
4337
+ // %1 will be of type $@opened P
4338
4338
4339
4339
Loadable version of the above: Opens-up the existential
4340
4340
container associated with ``%0 ``. The protocol conformances associated
You can’t perform that action at this time.
0 commit comments