import test.C public class JavaClass2 { public static C f() { return new C(); } public static C g() { return new C(); } }