package p;
class A{
	/** @param j it's I. */
	void m(int j, int i2){
		int temp= j + i2;
	}
}