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 inout params #1754

Open
liamappelbe opened this issue Nov 26, 2024 · 0 comments
Open

[swift2objc] Support inout params #1754

liamappelbe opened this issue Nov 26, 2024 · 0 comments
Labels
good first issue A good starting issue for contributors (issues with this label will appear in /contribute) package:swift2objc
Milestone

Comments

@liamappelbe
Copy link
Contributor

func swapTwoInts(_ a: inout Int, _ b: inout Int) {

The wrapper API should also take inout params. The plumbing will get a little trickier if the wrapper API is using a different (wrapped) type for the param.

@liamappelbe liamappelbe added good first issue A good starting issue for contributors (issues with this label will appear in /contribute) package:swift2objc labels Nov 26, 2024
@liamappelbe liamappelbe added this to the SwiftGen MVP milestone Nov 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue A good starting issue for contributors (issues with this label will appear in /contribute) package:swift2objc
Projects
Status: No status
Development

No branches or pull requests

1 participant