mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
IDEA-72317 Java Formatter: Separate 'Space before array initializer left brace' for annotation arguments and arrays
Test is corrected
This commit is contained in:
@@ -33,7 +33,7 @@ public class JavaFormatterSpaceTest extends AbstractJavaFormatterTest {
|
||||
|
||||
public void testSpaceBeforeAnnotationParamArray() {
|
||||
// Inspired by IDEA-24329
|
||||
getSettings().SPACE_BEFORE_ARRAY_INITIALIZER_LBRACE = true;
|
||||
getSettings().SPACE_BEFORE_ANNOTATION_ARRAY_INITIALIZER_LBRACE = true;
|
||||
|
||||
String text =
|
||||
"@SuppressWarnings( {\"ALL\"})\n" +
|
||||
|
||||
Reference in New Issue
Block a user