IDEA-203119 Unwrap switch statement: support expressions

This commit is contained in:
Tagir Valeev
2018-11-28 18:57:40 +07:00
parent 81c9810bde
commit 0d96d61986
21 changed files with 158 additions and 36 deletions

View File

@@ -1,4 +1,4 @@
// "Unwrap 'switch' statement" "true"
// "Remove unreachable branches" "true"
class Main {
static void fff(int x) {
if (x == 5) {