blob: 4e987c60591678020b4ea0112bf8e2f012c97a69 [file] [log] [blame]
public class Q {
public Q() {
// code formatter formats as expected
String a1[] = new String[] { "s" };
// missing space before end brace
String a2[] = new String[] { new String("s") };
}
}