blob: 30b6308e7a17b4269eb2878fe3d7cf063496728c [file] [log] [blame]
// "Replace with 'A.RADIUS'" "true"
class A {
public static String RADIUS = "radius";
public void myMethod(String propertyName) {
if ("rad<caret>ius".equals(propertyName)) {
}
}
}