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

Fix a crash in expression switches #478

Merged
merged 1 commit into from
May 11, 2020
Merged

Conversation

copybara-service[bot]
Copy link

Fix a crash in expression switches

throws statements are allows to occur in non-block expression switch cases,
which was causing the trailing ; to be printed twice.

Fixes #477

`throws` statements are allows to occur in non-block expression switch cases,
which was causing the trailing `;` to be printed twice.

Fixes #477

PiperOrigin-RevId: 310974906
@copybara-service copybara-service bot merged commit f5a9280 into master May 11, 2020
@copybara-service copybara-service bot deleted the test_310735686 branch May 11, 2020 20:00
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.

Exception formatting switch expressions
2 participants