mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-03 14:17:48 +07:00
GitOrigin-RevId: 249dc859a3db5ee9a079be3c598816e834ad7f94
6 lines
186 B
Java
6 lines
186 B
Java
class <warning descr="Class 'Test' is never used">Test</warning>{
|
|
public void <warning descr="Method 'test()' is never used">test</warning>(){
|
|
<caret>f();
|
|
}
|
|
private void f(){}
|
|
} |