mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-06 20:39:40 +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);
|
|
}
|
|
} |