blob: 0a2df49e7192e583e901069c99fc36fc7a64b9eb [file] [log] [blame]
import static p1.Super.CONSTANT;
import static p1.Super.statMeth;
class Usage {
public void context() {
String v = CONSTANT;
statMeth();
}
}