// "Create method 'f'" "true-preview" public class A { public A() { this(f()); } private static int f() { return 0; } public A(int i) { } }