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

Implement changes so that method ref/in/out parameters are supported #41

Conversation

ChristianSauer
Copy link
Collaborator

No description provided.

Simon McKenzie and others added 2 commits March 15, 2024 12:27
This fixes a bug where boolean default values are generated with values `True` or `False`, which does not compile. This changes the generator to create these values as `true` or `false`.
@ChristianSauer ChristianSauer linked an issue Mar 19, 2024 that may be closed by this pull request
…values-correctly

Handle boolean default values correctly
…er-is-missing-in-interface' into 38-out-keyword-in-method-parameter-is-missing-in-interface

# Conflicts:
#	README.md
@ChristianSauer ChristianSauer merged commit 7d87360 into master Mar 19, 2024
2 checks passed
@ChristianSauer ChristianSauer deleted the 38-out-keyword-in-method-parameter-is-missing-in-interface branch March 19, 2024 10:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

out keyword in method parameter is missing in interface
1 participant