mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-08 15:09:39 +07:00
[java-completion] Complete statement: use arrow instead of colon in rule switch (IDEA-309553)
GitOrigin-RevId: 74a10e28de1dfb1667bb4a29688ab4c710b73bf4
This commit is contained in:
committed by
intellij-monorepo-bot
parent
5263b8ca9e
commit
01db701bec
@@ -2,6 +2,7 @@
|
||||
class Foo {
|
||||
void foo(String a) {
|
||||
switch (a) {
|
||||
case "x":break;
|
||||
case "asdf<caret>"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user