package p;

import java.io.IOException;

class A<T>{	
	void x(){}

	private void m(T t) throws IOException {
	}
}