mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
introduce constant/field: static/final should be set before actual add - anchor detection (IDEA-52969)
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
public class Test{
|
||||
public static final String FIRST = "<selection>pref</selection>.FIRST";
|
||||
public static final String SECOND = "pref.SECOND";
|
||||
}
|
||||
Reference in New Issue
Block a user