mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-04 23:39:07 +07:00
9 lines
295 B
Java
9 lines
295 B
Java
import java.time.LocalDateTime;
|
|
import java.time.Month;
|
|
|
|
public class Main {
|
|
private static final LocalDateTime localDateTime = LocalDateTime.of(2017, Month.NOVEMBER, 1, 2, 3);
|
|
|
|
public void foo(int longArgument1, int longArgument2, int longArgument3, int short4, int receiver1) {
|
|
}
|
|
} |