Avatar
@swift-6.0.3 class NonSendable { func bar() { } } func foo() { let _ = NonSendable.bar }