[swift2objc] Support async initializers and properties #1778
Labels
good first issue
A good starting issue for contributors (issues with this label will appear in /contribute)
package:swift2objc
Working on #1773, I found that async initializers and property getters can't be marked with
@objc
:Similarly to #1765, the fix is to transform these initializers and properties into a static method.
The text was updated successfully, but these errors were encountered: