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