Files
2022-07-22 11:54:06 +00:00

3 lines
82 B
Java

public static C f(final int i, C2 c2) {
return new C(i, c2);
}