Alessio Borraccino

Results 1 issues of Alessio Borraccino

After swift 5.6 it's possible to declare in protocols async and/or throws properties: ``` /// @mockable protocol AsyncProperties { var isAvailable: Bool { get async throws } } ``` but...