mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
IDEA-154891 IDEA adds unnecessary space/colon on switch case autocompletion
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
||||
class Foo {
|
||||
void foo(Constants c) {
|
||||
switch (c) {
|
||||
case B<caret>
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
enum Constants {
|
||||
BAR0, BAR1;
|
||||
}
|
||||
Reference in New Issue
Block a user