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

Rebase underscore names #1830

Conversation

madsager
Copy link
Contributor

@madsager madsager commented Nov 4, 2021

The special variables for objects to be destructured and variables
for ignored arguments have been removed from the local variable
table with the IR backend.

The special variables for objects to be destructured and variables
for ignored arguments have been removed from the local variable
table with the IR backend.
@dnpetrov
Copy link
Contributor

dnpetrov commented Nov 4, 2021

This is a follow-up for JetBrains/kotlin#4629, fixing IrKotlinEvaluateExpressionTestGenerated$SingleBreakpoint$Lambdas.testUnderscoreNames.
@nikita-nazarov please, review.

@ybedrov ybedrov added the kotlin Pull requests for Kotlin IntelliJ plugin label Nov 4, 2021
@erokhins
Copy link
Contributor

erokhins commented Nov 5, 2021

@nikita-nazarov I hope you don't mind, I've merged the commit manually and it should appear https://github.com/JetBrains/intellij-community/commits/kt-212-master soon (And I'll close the PR, because the commit is LGTM)

@madsager Thank you for the commit!

@erokhins
Copy link
Contributor

erokhins commented Nov 8, 2021

Merged manually: e1155be

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kotlin Pull requests for Kotlin IntelliJ plugin
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants