blob: 63b12085744e72108db3a449cc47c9ea2279e530 [file] [log] [blame]
public class E {
private int fField1;
private String[] fField2;
public void foo1() {
fField2 = new String[]{"first string", "second string", "third string",
"fourth string", "fifth string"};
}
public int foo1(int i) {
return 0;
}
}