Avatar
Avatar
omochimetaru
@swift-main @swift-6.0-dev @swift-5.10.1 @swift-5.9.2 -strict-concurrency=complete enum E: Sendable { case a, b, c } actor A { func foo(e: E = .a) {} } struct Main: Sendable { let a: A = A() init() {} func run() async { await a.foo(e: .a) } }
swiftNightly BOT 7/9/2024 1:38 AM
no output