You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// CHECK: sil private [ossa] @$s4test22concurrentWithCaptures1iS2i_tFSiyYbcfU_ : $@convention(thin) @Sendable (@guaranteed { var Int }) -> Int
acceptsConcurrent {
i + 1
}
i = i + 1
// CHECK: sil private [ossa] @$s4test22concurrentWithCaptures1iS2i_tF13localFunctionL_SiyYbF : $@convention(thin) @Sendable (@guaranteed { var Int }) -> Int