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