blob: 485e1e87668073e76a36f66ffce45e89bfcb64fc [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")};
}
}