blob: d1005b0bae21f2a09382692b1c469c3df24a332b [file] [log] [blame]
package p;
class getE{
int y;
public int getY() {
return y;
}
public void setY(int y) {
this.y = y;
}
}