Skip to content

Comments

Fix a crash in expression switches#478

Merged
copybara-service[bot] merged 1 commit intomasterfrom
test_310735686
May 11, 2020
Merged

Fix a crash in expression switches#478
copybara-service[bot] merged 1 commit intomasterfrom
test_310735686

Conversation

@copybara-service
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