mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-07 06:01:00 +07:00
GitOrigin-RevId: ac0c8a52d14ce913e6457f0fa926fbbea091b25d
20 lines
242 B
Java
20 lines
242 B
Java
package main;
|
|
|
|
import module java.base;
|
|
|
|
import aaa.*;
|
|
|
|
|
|
public class Main {
|
|
void usage() {
|
|
new ArrayList<>();
|
|
new AAA();
|
|
new BBB();
|
|
new CCC();
|
|
new DDD();
|
|
new EEE();
|
|
List a = null;
|
|
Date da =new Date();
|
|
}
|
|
}
|