blob: 81de349697890a2a11a50bb4d0ff83bc8843f55a [file] [log] [blame]
class C{
void method(){
try {
} catch (Exception e){
int i=0;
} catch (Exception e){
int i=0;
}catch (Exception e){
int i=0;
}catch (Exception e){
int i=0;
}catch (Exception e){
int i=0;
}
}
}