blob: a0219e42ffc773025b69245898254854a1664fc5 [file] [log] [blame]
import java.lang.RuntimeException;
public class Foo {
void m() {
throw new RuntimeException("error");
}
}