blob: 5a48e27860d4522dfd55df8043d3ffb0bc6b3f55 [file] [log] [blame]
public class SimpleLog {
public SimpleLog() {
try {
int i = 0;
} catch (Exception e) {
throw new RuntimeException("", e);
}
}
}