mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 15:27:45 +07:00
IDEA-119983 Smart type completion mixes order for Color.RED
This commit is contained in:
+14
@@ -0,0 +1,14 @@
|
||||
class MyColor {
|
||||
static final MyColor RED = null;
|
||||
}
|
||||
class Another {
|
||||
static final MyColor RED = null;
|
||||
}
|
||||
|
||||
class Foo {
|
||||
public static final MyColor MARKED_BACKGROUND = new MyColor();
|
||||
|
||||
{
|
||||
MyColor color = RED<caret>
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user