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
We add the switch expression to the set of syntactic forms permitted in an expression_statement:
expression_statement : statement_expression ';' ; statement_expression : switch_expression // in addition to all the other forms specified elsewhere ;
When a switch expression is used as a statement_expression,
The text was updated successfully, but these errors were encountered:
This is a draft spec for #2632
Sorry, something went wrong.
Is this still planned and does it provide support for this?
https://dotnetfiddle.net/E2mrrC
gafter
No branches or pull requests
We add the switch expression to the set of syntactic forms permitted in an expression_statement:
When a switch expression is used as a statement_expression,
The text was updated successfully, but these errors were encountered: