// " Change signature of f(int, String, int, int, char, String)" "true-preview" class A { void f(int i, int i2, String s) {} public void foo() { f(1,1,"4"); } }