mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-02 14:38:30 +07:00
GitOrigin-RevId: 8d7e4e03293e944e36fb3fd7dcd9b461c8ac2639
5 lines
63 B
Plaintext
5 lines
63 B
Plaintext
class X {
|
|
void foo() {
|
|
System.out.println(2 + 2);
|
|
}
|
|
} |