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