Files
2022-07-22 11:54:06 +00:00

6 lines
153 B
Java

// "<html> Change signature of A(<b>int</b>, <b>int</b>, <b>String</b>)</html>" "true-preview"
class A {
A() {
new A<caret>(1,1,"4");
}
}