mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
show conflict if move as enum would change the semantics (IDEA-163248)
This commit is contained in:
@@ -1,2 +1,5 @@
|
||||
public class B {
|
||||
{
|
||||
Object o = A.ONE;
|
||||
}
|
||||
}
|
||||
@@ -1,3 +1,6 @@
|
||||
public class B {
|
||||
public static final String ONE = "";
|
||||
public static final String ONE = "";
|
||||
{
|
||||
Object o = ONE;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user