mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-06 17:31:24 +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);
|
|
}
|
|
} |