mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-29 08:20:55 +07:00
5 lines
233 B
Java
5 lines
233 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>{
|
|
Inner <warning descr="Field 'next' is never used">next</warning>;
|
|
}
|
|
} |