mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-02 14:38:30 +07:00
GitOrigin-RevId: 0856ada192aa3dbceeed5bd132252d1d407841a4
9 lines
87 B
Plaintext
9 lines
87 B
Plaintext
class Test {
|
|
|
|
Test(int a) {
|
|
}
|
|
|
|
void test() {
|
|
System.out.println(1);
|
|
}
|
|
} |