mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 00:11:26 +07:00
dynamically add dead code extension
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
|
||||
public class <warning descr="Class 'WithMain' is never used">WithMain</warning> {
|
||||
@MyAnno
|
||||
public void <warning descr="Method 'myTestMethod()' is never used">myTestMethod</warning>(){}
|
||||
}
|
||||
|
||||
@interface MyAnno {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user