blob: f40e98bb9d75487edc0413f04c425493bb807163 [file] [log] [blame]
package test0313;
public class Test {
void m(int i, int j){
int u= i+j;
}
}