mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-19 09:08:32 +07:00
b3ca224f07
indent, remove duplicates, restore completion after 'case' (IDEA-CR-12610)
9 lines
111 B
Java
9 lines
111 B
Java
public class StructuredConfigKey {
|
|
{
|
|
switch (x) {
|
|
case 2:
|
|
while (true) <caret>
|
|
}
|
|
}
|
|
}
|