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