blob: 0bdece1590a7933d1c45f8d9a2d61d5dc64b3c39 [file] [log] [blame]
class A{
void foo() {
throw new OurException()<caret>
}
}