blob: 55997badb961e1af95d79a708b0439261ade7574 [file] [log] [blame]
package test1;
import java.util.Vector;
public class E {
private int fField1;
private int fField2;
public void foo1() {
fField1 = fField2;
}
public int foo1(int i) {
}
}