mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-02 05:50:53 +07:00
10 lines
128 B
Java
10 lines
128 B
Java
class AbcdClass {}
|
|
class AbcdException extends Throwable {}
|
|
|
|
class Foo {
|
|
{
|
|
try {
|
|
|
|
} catch (AbcdException<caret>)
|
|
}
|
|
} |