package testing; import testing.rename.C; class JavaClient { public void foo() { new C().first(); } }