blob: 17546ac1b633aa2b1da052076e51f1350cbfe181 [file] [log] [blame]
// "Replace with 'A.RADIUS'" "true"
class A {
public static String RADIUS = "radius";
public void myMethod(String propertyName) {
if (RADIUS.equals(propertyName)) {
}
}
}