// " Change signature of A(int)" "true-preview" class A { A() {} A(int i, String s) {} public void foo() { new A(); } }