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