blob: 7675551bd3ddd0771dd77119d354c6bc052d92e9 [file] [log] [blame]
public class E {
private int fField1;
private String[] fField2;
public void foo1() {
fField2 = new String[]{"first string", //$NON-NLS-1$
"second string", //$NON-NLS-1$
"third string", //$NON-NLS-1$
"fourth string", //$NON-NLS-1$
"fifth string" //$NON-NLS-1$
};
}
public int foo1(int i) {
return 0;
}
}