B b = B.make(); // call factory function -Steve
Thank you for your tip.If could simplify it a bit more, it would be even better. It's really uncomfortable without `this()`.
B b = B.make(); // call factory function -Steve
Thank you for your tip.If could simplify it a bit more, it would be even better. It's really uncomfortable without `this()`.