blob: f46483ac50a376250bab5ef9257c52a7712f9752 [file] [log] [blame]
public class Test {
public static final String FIRST = AnotherTest.xxx;
public static final String SECOND = AnotherTest.xxx;
}
class AnotherTest {
static final String xxx = "pref";
}