blob: 7d102b4924cd212340296e518c77f5540e964a86 [file] [log] [blame]
public class Foo {
void m() {
throw new RuntimeException("error");
}
}