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