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