blob: 99bed15635fa2b594daa3dd25d256778d48b4f6e [file] [log] [blame]
// "<html> Change signature of A(<s>int</s>)</html>" "true"
class A {
A() {}
A(int i, String s) {}
public void foo() {
new A();
}
}