//rename to: j, j1
package p;
class A{
	int m(int j, int j1){
		{
			return j + j1;
		}
	}
}