blob: dd2c813fd38e892b292795d028f8dbc92514a8b4 [file] [log] [blame]
public class Test {
public int test234(int i,
int j)
{
return 1;
}
public void foo() {
int i = test234(1,
2);
}
}