blob: f32174f1be65f0ea1accfa79f99921fee1223b6f [file] [log] [blame]
// "Add Runtime Exception(s) to Method Signature" "true"
class a {
int f() throws RuntimeException {
throw new RuntimeException()<caret>;
}
}