mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-05 02:24:00 +07:00
GitOrigin-RevId: 249dc859a3db5ee9a079be3c598816e834ad7f94
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>;
|
|
}
|
|
} |