mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-03 07:20:55 +07:00
3 lines
160 B
Java
3 lines
160 B
Java
class <warning descr="Class 'Test' is never used">Test</warning>{
|
|
private class <warning descr="Private inner class 'Inner' is never used">Inner</warning>{}
|
|
} |