TailTypes#CASE_ARROW: do not add if arrow is present even with different spacing (IDEA-204074)

This commit is contained in:
Tagir Valeev
2018-12-12 13:08:18 +07:00
parent a9988c7273
commit 5406243e49
3 changed files with 14 additions and 7 deletions
@@ -3,7 +3,8 @@ public class ConstConfig {
void test(X x) {
switch (x) {
case BAR, FOO<caret> -> {}
case BAR, FOO<caret> ->
System.out.println();
}
}
}