package p;
class A {
	void f(){
		try{
			int j=0 +0;
		} finally {
			int j=0 +0;
		}
	}	
}