blob: 72512e4388e7d8aa46d2bdb1811fca17fae121a2 [file] [log] [blame]
import test.C
public class JavaClass2 {
public static C f() {
return new C();
}
public static C g() {
return new C();
}
}