We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
fun foo() { when (a) { } }
EMPTY_BLOCK_STRUCTURE_ERROR should be raised on empty when block
when
The text was updated successfully, but these errors were encountered:
EMPTY_BLOCK_STRUCTURE_ERROR: is not raised on empty when block
7b8ea94
### What's done: * added check for WHEN element Closes #1539
dd8393d
847f4e5
EMPTY_BLOCK_STRUCTURE_ERROR: is not raised on empty when block (#1605)
98cdfaa
* EMPTY_BLOCK_STRUCTURE_ERROR: is not raised on empty when block ### What's done: * added check for WHEN element Closes #1539
nulls
Successfully merging a pull request may close this issue.
EMPTY_BLOCK_STRUCTURE_ERROR should be raised on empty
when
blockThe text was updated successfully, but these errors were encountered: