Skip to content

fix: Correct terminology from "statement" to "expression" #4828

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

Merged
merged 1 commit into from
Jun 26, 2025

Conversation

Nyayurin
Copy link
Contributor

@Nyayurin Nyayurin commented May 4, 2025

Changed "Execute a statement if null" to "Execute an expression if null", since throw in Kotlin is an expression rather than a standalone statement.

@Nyayurin Nyayurin requested a review from a team as a code owner May 4, 2025 04:54
@AlejandraPedroza AlejandraPedroza self-assigned this May 9, 2025
@AlejandraPedroza
Copy link
Contributor

Hi @Nyayurin
Thanks for your contribution. I'm checking with our team, and I'll come back soon to this review (:

Copy link
Contributor

@AlejandraPedroza AlejandraPedroza left a comment

Choose a reason for hiding this comment

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

Great catch! Thank you so much for your contribution.

Changed "Execute a statement if null" to "Execute an expression if null", since `throw` in Kotlin is an expression rather than a standalone statement.
@AlejandraPedroza AlejandraPedroza merged commit 5c86ff0 into JetBrains:master Jun 26, 2025
4 checks passed
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.

2 participants