Avatar
Avatar
omochimetaru
@swift-main @swift-6.0.3 @swift-5.10.1 -strict-concurrency=complete struct S: Sendable {} actor A { func foo(e: S = S()) {} } func main(a: A) async { await a.foo() }
swiftNightly BOT 7/26/2024 1:06 AM
no output