Avatar
Avatar
shiz
@swift-main @swift-6.1-dev class NonSendable{} protocol P2 { subscript(_: sending NonSendable) -> Bool { get } } @MainActor struct S2: P2 { nonisolated subscript(_: sending NonSendable) -> Bool { true } } (edited)
no output (edited)