mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-06-19 14:09:12 +07:00
6 lines
107 B
Java
6 lines
107 B
Java
class Test {
|
|
Test(String s, String s1) {}
|
|
Test(String s) {
|
|
this(<selection>s</selection>, s);
|
|
}
|
|
} |