Files
openide/java/java-tests/testData/codeInsight/daemonCodeAnalyzer/quickFix/splitJoinLines/afterJoinArrayInitializer.java
T
2026-06-10 19:42:11 +00:00

6 lines
120 B
Java

// "Put array elements on one line" "true-preview"
class X {
String[] ss = new String[] {"one", "two", "three"};
}