Avatar
@swift-5.7.3 func takeAny(_ v: Any) { print(v is Sendable) } class Box {} takeAny(1) takeAny(Box())