mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-18 17:20:54 +07:00
9 lines
97 B
Plaintext
9 lines
97 B
Plaintext
class A {
|
|
{
|
|
try {
|
|
} catch (Error e) {
|
|
throw e;
|
|
}
|
|
}
|
|
}
|