blob: 89b058fb49c8a1b8ffe56e8fa28060ee12854523 [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;
}
}