Avatar
@swift-6.0.3 -swift-version 6 struct S { func f(_: @escaping @Sendable () -> ()) {} func f(_: @escaping @MainActor () -> ()) {} } (edited)