blob: f73e9d0ba0073e5abfe14a99861f396f5541be00 [file] [log] [blame]
package p;//9, 20 - 9, 23
class A {
void f() {
String x;
String temp= "i";
if (true)
try{
x= temp;
} catch (Exception e){
x= temp;
}
}
}