mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 00:11:26 +07:00
IDEA-90142 Do not propose contant names after '@'
This commit is contained in:
+12
@@ -0,0 +1,12 @@
|
||||
import static BeanUtil.A.NOT_NULL;
|
||||
class BeanUtil {
|
||||
public static class A {
|
||||
public static final Object NOT_NULL = null;
|
||||
}
|
||||
@NotNull<caret>
|
||||
String foo() {
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
@interface NotNull {}
|
||||
Reference in New Issue
Block a user