introduce constant/field: static/final should be set before actual add - anchor detection (IDEA-52969)

This commit is contained in:
anna
2010-03-22 18:55:48 +03:00
parent fec6c8a622
commit eea6a96e7d
8 changed files with 58 additions and 5 deletions
@@ -0,0 +1,4 @@
public class Test{
public static final String FIRST = "<selection>pref</selection>.FIRST";
public static final String SECOND = "pref.SECOND";
}