blob: 0c877af07f2dd235b4179be033fe39f8cb7ecf56 [file] [log] [blame]
//14, 17, 14, 17 replaceAll == true, removeDeclaration == true
package p;
import static q.Consts.III;
import q.Consts;
public class A {
public static final int getCount() { return 42; }
public static final int getCount2() { return 42; }
int getIII() {
int i= q.Consts.III;
int ii= Consts.III;
return III + i + ii;
}
}