blob: 5e1d6f4986ac5018e6ab6e213662e7836666493c [file] [log] [blame]
// "Insert new" "true"
class a {
void f() {
throw <caret>new RuntimeException();
}
}