blob: b55fcb2c866fad2b68544a06f226663b4220f5a9 [file] [log] [blame]
public class Test {
void foo() {
throw new IllegalArgumentException ("", new RuntimeException());
}
}