blob: f8797239283e9446f56f6a53f64ef007aee2ff8a [file] [log] [blame]
// "<html> Change signature of A(<b>int</b>, <b>int</b>, <b>String</b>)</html>" "true"
class A {
A() {
new A<caret>(1,1,"4");
}
}