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

KE2: Extract is and as expression kinds #17706

Merged
merged 2 commits into from
Oct 9, 2024
Merged

Conversation

tamasvajk
Copy link
Contributor

No description provided.

@tamasvajk tamasvajk changed the base branch from main to ke2 October 9, 2024 07:18
@github-actions github-actions bot added the Java label Oct 9, 2024
@tamasvajk tamasvajk changed the title Ke2 is as KE2: Extract is and as expression kinds Oct 9, 2024
@github-actions github-actions bot added Kotlin and removed Java labels Oct 9, 2024
@tamasvajk tamasvajk marked this pull request as ready for review October 9, 2024 07:37
@tamasvajk tamasvajk requested a review from a team as a code owner October 9, 2024 07:37

tw.writeExprsKotlinType(id, type.kotlinResult.id)
extractExprContext(id, locId, callable, exprParent.enclosingStmt)
extractExpressionExpr(e, callable, id, 0, exprParent.enclosingStmt)
Copy link
Contributor

Choose a reason for hiding this comment

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

Shouldn't e here be e.getLeftHandSide()?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

🤦 Ahh, thanks for finding that.

@tamasvajk tamasvajk merged commit 01c71ba into github:ke2 Oct 9, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants