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