mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 15:27:45 +07:00
IDEA-125512 switch case doesn't indent properly
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
class Test {
|
||||
void m(E e) {
|
||||
switch (e) {
|
||||
case AA:
|
||||
case B<caret>
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
enum E {
|
||||
AA, BB
|
||||
}
|
||||
Reference in New Issue
Block a user