mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 14:23:28 +07:00
- new options are added - changes for optimize imports (cherry picked from commit 82b0223f9e7e2972d13ab182ea651cdccd28a5d3) GitOrigin-RevId: 99f0276e1d9464f75f5bbce91ad09727582d208b
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<>();
|
|
}
|
|
} |