mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 00:11:26 +07:00
disable import static constant at annotation position
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
// "Import static constant 'foo.B.K'" "false"
|
||||
package foo;
|
||||
|
||||
@<caret>K
|
||||
public class X {
|
||||
}
|
||||
|
||||
class B {
|
||||
public static Object K = null;
|
||||
}
|
||||
Reference in New Issue
Block a user