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