mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-22 23:20:57 +07:00
12 lines
119 B
Plaintext
12 lines
119 B
Plaintext
class Test {
|
|
|
|
public Test() {
|
|
}
|
|
|
|
public Test(String s) {
|
|
}
|
|
|
|
void foo() {
|
|
System.out.println(0);
|
|
}
|
|
} |