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

Default Java constructor #2795

Merged
merged 4 commits into from Jan 12, 2023
Merged

Default Java constructor #2795

merged 4 commits into from Jan 12, 2023

Conversation

atyrin
Copy link
Contributor

@atyrin atyrin commented Dec 27, 2022

Fix #2765

If a class doesn't have an explicit constructor (with any visibility), a default synthetic one will be provided.
Affects only DClass.

Copy link
Member

@IgnatBeresnev IgnatBeresnev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nicely done!

Copy link
Member

@IgnatBeresnev IgnatBeresnev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 👍

@atyrin atyrin merged commit 303c937 into master Jan 12, 2023
@atyrin atyrin deleted the java-default-constructor branch January 12, 2023 19:03
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.

Autogenerate default Java constructors
2 participants