mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-13 09:19:13 +07:00
IDEA-123782 "Complete current statement" doesn't put colon for case branches
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
|
||||
class Foo {
|
||||
void foo(String a) {
|
||||
switch (a) {
|
||||
case "asdf":
|
||||
<caret>
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user