package testing; import testing.rename.C; class JavaClient { public void foo() { C.getSecond(); C.setSecond(2); } }