blob: e26d793fe0a9a11e4abbf9eabc5a18157e1c218b [file] [log] [blame]
import static p.Test.CONSTANT;
import static p.Test.statMeth;
class Usage {
public void context() {
String v = CONSTANT;
statMeth();
}
}