Avatar
omochimetaru 8/29/2024 6:52 AM
秘孔発見
6:58 AM
あ、でもコードも間違ってるな
7:00 AM
@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() {} }