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