// " Change signature of A(int, int, String)" "true-preview" class A { A(int i, int i1, String number) { new A(1,1,"4"); } }