Avatar
@swift-5.7.3 @MainActor class Foo {     @discardableResult     func bar() -> Int { 1 } } Task {     await Foo().bar()     return } (edited)