mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 14:23:28 +07:00
9 lines
110 B
Plaintext
9 lines
110 B
Plaintext
class AddStaticTest {
|
|
static main(){
|
|
foo();
|
|
}
|
|
|
|
static void foo(){
|
|
System.out.println("");
|
|
}
|
|
} |