blob: 87b235aa59c4fcca7e69c32f2f1141040d04cd1b [file] [log] [blame]
import static B.Z;
public class A {
public static void main(String[] args) {
System.out.println("Z = " + Z);
}
}