blob: 42685a972185f310d3aa3569a2ac593730c29f8e [file] [log] [blame]
class A{
void foo() {
throw new OurNotException.InnerException()<caret>
}
}