class A {
	void f(){
		throw new NullPointerException();
	}
}
