mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-23 07:50:55 +07:00
13 lines
155 B
Java
13 lines
155 B
Java
class Test {
|
|
void test() {
|
|
valid();
|
|
}
|
|
|
|
private static void valid() {
|
|
System.out.println();
|
|
}
|
|
|
|
void conflict(){
|
|
|
|
}
|
|
} |