blob: 9e54f249a76fb46781d0ef22850b2bc43b9aede8 [file] [log] [blame]
package test0244;
import java.util.*;
public class Test {
void m(){
try{
} catch (RuntimeException e){m();}
catch(Exception e) {}
}
}