public class A { void foo(){} public static final String ONE = ""; public static final String TWO = ONE + ""; }