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 default param values #1752

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

[swift2objc] Support default param values #1752

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 someFunction(parameterWithoutDefault: Int, parameterWithDefault: Int = 12) {

The wrapper API should have the same default value (possibly converted to a wrapper type).

@liamappelbe liamappelbe added the good first issue A good starting issue for contributors (issues with this label will appear in /contribute) label 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