blob: 663d192a6dc01ff6ea1741120322f455c641438d [file] [log] [blame]
public class ReturnValue {
public int getX() {
int y=0;
return y;
}
}