mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-04 10:16:28 +07:00
GitOrigin-RevId: 68731a721306d012e37c01f71be4d66744b2ca9e
6 lines
181 B
Java
6 lines
181 B
Java
// "<html> Change signature of A(<b>int</b>, <b>int</b>, <b>String</b>)</html>" "true-preview"
|
|
class A {
|
|
A(int i, int i1, String number) {
|
|
new A<caret>(1,1,"4");
|
|
}
|
|
} |