blob: 73258831435b2247157383ce88209a922ae5674c [file] [log] [blame]
class <warning descr="Class 'WithMain' is never used">WithMain</warning> {
@MyAnno
public void <warning descr="Method 'myTestMethod()' is never used">myTestMethod</warning>(){}
}
@interface MyAnno {
}