mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-01 07:11:30 +07:00
GitOrigin-RevId: f919f8fd00fb2f3b2de2c385e75010c6ca70a1b4
5 lines
68 B
Plaintext
5 lines
68 B
Plaintext
class Foo {
|
|
void test() {
|
|
System.out.println("hello");
|
|
}
|
|
} |