blob: 81f59e908ce6dffc20ab172a32814aa8746f7a2a [file] [log] [blame]
// "<html> Change signature of f(<s>int</s>, <s>String</s>)</html>" "true"
class A {
void f() {}
public void foo() {
<caret>f();
}
}