mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-04 08:51:02 +07:00
don't suggest expected type members twice when they are statically imported (IDEA-79426)
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
import static Super.FOO;
|
||||
|
||||
class Super {
|
||||
public static final Super FOO = null;
|
||||
public static final Super FOX = true;
|
||||
}
|
||||
|
||||
class Intermediate {
|
||||
Super s = FO<caret>
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user