mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-13 21:55:01 +07:00
TailTypes#CASE_ARROW: do not add if arrow is present even with different spacing (IDEA-204074)
This commit is contained in:
+2
-1
@@ -3,7 +3,8 @@ public class ConstConfig {
|
||||
|
||||
void test(X x) {
|
||||
switch (x) {
|
||||
case BAR, FOO<caret> -> {}
|
||||
case BAR, FOO<caret> ->
|
||||
System.out.println();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user