Avatar
Avatar
shiz
@swift-main @swift-6.1.2 class NonSendable{} protocol P2 { subscript(_: sending NonSendable) -> Bool { get } } @MainActor struct S2: P2 { nonisolated subscript(_: sending NonSendable) -> Bool { true } } (edited)
swiftNightly BOT 1/24/2025 9:36 PM
no output (edited)