mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-03 04:44:53 +07:00
GitOrigin-RevId: 0856ada192aa3dbceeed5bd132252d1d407841a4
6 lines
72 B
Plaintext
6 lines
72 B
Plaintext
class Test {
|
|
|
|
Test(int a) {
|
|
System.out.println(a * 1);
|
|
}
|
|
} |