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