mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-15 02:59:33 +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);
|
|
}
|
|
} |