Files
2009-10-15 19:04:14 +01:00

5 lines
79 B
Java

class A{
void foo() {
throw new OurNotException.InnerException()<caret>
}
}