blob: f3f0a56150f67c181fb8e614efe6f1cbbfeb3731 [file] [log] [blame]
public class Test{
void foo() {
String s = D.xxx + "yz";
}
static class D {
public static final String xxx = "xxx";
}
}