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

Ensure that the Kotlin compiler adds method param names to bytecode #6310

Merged
merged 1 commit into from
Dec 22, 2019

Conversation

geoand
Copy link
Contributor

@geoand geoand commented Dec 22, 2019

We already do this for Java, so let's make it consistent for Kotlin too

Fixes: #6041

We already do this for Java, so let's make it consistent for Kotlin too

Fixes: quarkusio#6041
@geoand geoand requested a review from gastaldi December 22, 2019 11:26
@geoand geoand added this to the 1.2.0 milestone Dec 22, 2019
Copy link
Contributor

@gastaldi gastaldi left a comment

Choose a reason for hiding this comment

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

LGTM

@geoand geoand added the triage/waiting-for-ci Ready to merge when CI successfully finishes label Dec 22, 2019
@geoand geoand merged commit 868aa27 into quarkusio:master Dec 22, 2019
@geoand geoand deleted the #6041 branch December 22, 2019 13:00
@gsmet gsmet modified the milestones: 1.2.0, 1.1.1 Jan 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
triage/waiting-for-ci Ready to merge when CI successfully finishes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Kotlin data class not work without annotation
3 participants