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 @@ -67,8 +67,8 @@ public actor MyAct {
6767
6868@available ( SwiftStdlib 6 . 1 , * )
6969public actor MyActIsolatedDeinit {
70- // CHECK: sil [serialized] [[AVAILABILITY:\[available.*\]]] [ossa] @$s19inlinable_attribute19MyActIsolatedDeinitCfZ : $@convention(thin) (@owned MyActIsolatedDeinit) -> ()
71- // CHECK: sil [serialized] [[AVAILABILITY:\[available.*\]]] [ossa] @$s19inlinable_attribute19MyActIsolatedDeinitCfD : $@convention(method) (@owned MyActIsolatedDeinit) -> ()
70+ // CHECK: sil [serialized] [[AVAILABILITY:.*]] [ossa] @$s19inlinable_attribute19MyActIsolatedDeinitCfZ : $@convention(thin) (@owned MyActIsolatedDeinit) -> ()
71+ // CHECK: sil [serialized] [[AVAILABILITY:.*]] [ossa] @$s19inlinable_attribute19MyActIsolatedDeinitCfD : $@convention(method) (@owned MyActIsolatedDeinit) -> ()
7272 @inlinable isolated deinit { }
7373}
7474
You can’t perform that action at this time.
0 commit comments