//change type of a to List
package p;

import java.util.List;

class A {
	void m(int a){
	}
}