import static p.Test.CONSTANT; import static p.Test.statMeth; class Usage { public void context() { String v = CONSTANT; statMeth(); } }