Avatar
Avatar
norio_nomura
@swift-main @swift-6.0-dev @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() } (edited)
no output (edited)