Following up on your numerous requests, proper support for static variable declarations has been implemented:
- Static variables are now being relocated to outside of the corresponding method or function body.
- The name of a static variable is made unique by prefixing the variable name with a corresponding method or function name.
- The block passed to the `dispatch_once` function is now being moved to a static variable initializer.
Try out the converter to see these changes live!
Comments
0 comments
Please sign in to leave a comment.