mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
move members: qualify moved string switch labels on constant move (IDEA-109272)
This commit is contained in:
+3
@@ -0,0 +1,3 @@
|
||||
public class A {
|
||||
public static final String ONE = "";
|
||||
}
|
||||
+8
@@ -0,0 +1,8 @@
|
||||
public class B {
|
||||
void foo(String s) {
|
||||
switch (i) {
|
||||
case A.ONE :
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user