class X { public static final String s = "s"; public static void main(String... args) { String s1 = s; } }