mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-07-27 12:36:03 +07:00
6 lines
111 B
Java
6 lines
111 B
Java
// "Suppress for method" "true"
|
|
class a {
|
|
/** @noinspection UnusedDeclaration*/
|
|
private void <caret>run() {
|
|
}
|
|
} |