//change type of a to HashSet
package p;

class A {
	void m(int a){
	}
}