mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-07 13:39:36 +07:00
disable static import suggestions for references resolved with incomplete flag = true (IDEA-151264)
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
// "Static import constant 'foo.B.String'" "false"
|
||||
package foo;
|
||||
|
||||
public class X {
|
||||
{
|
||||
((String<caret>))
|
||||
}
|
||||
}
|
||||
|
||||
class B {
|
||||
public static Object String = null;
|
||||
}
|
||||
Reference in New Issue
Block a user