Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[swift2objc] Support globals with explicit getters/setters #1733

Merged
merged 1 commit into from
Nov 19, 2024

Conversation

liamappelbe
Copy link
Contributor

Before this change, variables with an explicit getter but no setter would be wrapped by a getter/setter pair, and the setter was causing compile errors.

@coveralls
Copy link

Coverage Status

coverage: 90.196% (+0.001%) from 90.195%
when pulling c5184b9 on globalgetter
into 8165cbb on main.

@liamappelbe liamappelbe merged commit 9b8d79b into main Nov 19, 2024
6 checks passed
@liamappelbe liamappelbe deleted the globalgetter branch November 19, 2024 22:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants