mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-22 06:20:54 +07:00
10 lines
203 B
Java
10 lines
203 B
Java
// "Replace with 'A.RADIUS'" "true-preview"
|
|
|
|
class A {
|
|
public static String RADIUS = "radius";
|
|
|
|
public void myMethod(String propertyName) {
|
|
if ("rad<caret>ius".equals(propertyName)) {
|
|
}
|
|
}
|
|
} |