mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-29 18:17:08 +07:00
- new options are added - changes for optimize imports GitOrigin-RevId: 82b0223f9e7e2972d13ab182ea651cdccd28a5d3
7 lines
162 B
Java
7 lines
162 B
Java
import module java.base;
|
|
|
|
public class beforeSimpleModuleImport {
|
|
public static void main(String[] args) {
|
|
List<String> a = new ArrayList<>();
|
|
}
|
|
} |