Avatar
Avatar
Iceman
@swift-6.0.3 -swift-version 6 class NonSendable { func bar() { } } func foo() { let _ = { NonSendable.bar($0) } }
no output