IDEA-207858 Completion: default: should be indented correctly

GitOrigin-RevId: 03061981d39a54eaa807cd3bb280e028fca0e681
This commit is contained in:
peter
2019-05-08 18:03:08 +03:00
committed by intellij-monorepo-bot
parent 82c097a55b
commit fcf2058fab
4 changed files with 26 additions and 1 deletions
@@ -0,0 +1,8 @@
public class StructuredConfigKey {
{
switch (x) {
case 2:
def<caret>
}
}
}
@@ -0,0 +1,8 @@
public class StructuredConfigKey {
{
switch (x) {
case 2:
default:<caret>
}
}
}