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
43114311 // type P
43124312 // $*@opened P must be a unique archetype that refers to an opened
43134313 // existential type P.
4314- // %1 will be of type $*P
4314+ // %1 will be of type $*@opened P
43154315
43164316Obtains the address of the concrete value inside the existential
43174317container referenced by ``%0 ``. The protocol conformances associated
@@ -4334,7 +4334,7 @@ open_existential_value
43344334 // type P
43354335 // $@opened P must be a unique archetype that refers to an opened
43364336 // existential type P.
4337- // %1 will be of type $P
4337+ // %1 will be of type $@opened P
43384338
43394339Loadable version of the above: Opens-up the existential
43404340container associated with ``%0 ``. The protocol conformances associated
You can’t perform that action at this time.
0 commit comments