Avatar
Avatar
Iceman
@swift-main -module-name main -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 3:41 AM
no output