mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-30 02:09:59 +07:00
IDEA-203119 Unwrap switch statement: support expressions
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
// "Unwrap 'switch' statement" "true"
|
||||
// "Remove unreachable branches" "true"
|
||||
class Main {
|
||||
static void fff(int x) {
|
||||
if (x == 5) {
|
||||
|
||||
Reference in New Issue
Block a user