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
// We don't want to overload append(_:) below because of how Swift will implicitly promote sync closures to async closures,
19
25
// which can unexpectedly change their semantics in difficult to track down ways.
20
26
//
21
27
// Because of this, we chose the unusual decision to forgo overloading (which is a super sweet language feature <3) to prevent this issue from surprising any contributors to corelibs-xctest
0 commit comments