Avatar
Avatar
omochimetaru
@swift-main @available(*, unavailable) extension NS: Sendable {} struct NS { static func register(r: (@Sendable @escaping (NS.Type) -> (NS) -> () -> Void) -> Void) { r { $0.foo } } init() {} func foo() {} }
swiftNightly BOT 8/29/2024 7:00 AM
no output