Avatar
Avatar
omochimetaru
@swift-main -strict-concurrency=complete struct S: Sendable { init() {} func foo() {} } func main22() async throws { var a = S() Task { // (1) a.foo() } // (2) a = S() a.foo() } (edited)
swiftNightly BOT 8/24/2024 1:42 AM
no output (edited)