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