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() }
no output