mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
IDEA-207858 Completion: default: should be indented correctly
GitOrigin-RevId: 03061981d39a54eaa807cd3bb280e028fca0e681
This commit is contained in:
committed by
intellij-monorepo-bot
parent
82c097a55b
commit
fcf2058fab
@@ -0,0 +1,8 @@
|
||||
public class StructuredConfigKey {
|
||||
{
|
||||
switch (x) {
|
||||
case 2:
|
||||
def<caret>
|
||||
}
|
||||
}
|
||||
}
|
||||
+8
@@ -0,0 +1,8 @@
|
||||
public class StructuredConfigKey {
|
||||
{
|
||||
switch (x) {
|
||||
case 2:
|
||||
default:<caret>
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user