mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-06 08:00:18 +07:00
- use layout table GitOrigin-RevId: 6862419acc2beb72f87cca6b93612f9afe81f698
19 lines
249 B
Java
19 lines
249 B
Java
package aaa;
|
|
|
|
import module java.base;
|
|
|
|
import java.util.List;
|
|
|
|
public class Main {
|
|
void usage() {
|
|
new ArrayList<>();
|
|
new AAA();
|
|
new BBB();
|
|
new CCC();
|
|
new DDD();
|
|
new EEE();
|
|
List a = null;
|
|
Date da =new Date();
|
|
}
|
|
}
|