mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-05 16:36:56 +07:00
- tests - optimize imports - ReplaceOnDemandImportIntention supports module imports GitOrigin-RevId: 228135179fc26f44064dd196ae70326fd91fb3ee
7 lines
143 B
Java
7 lines
143 B
Java
import test.List;
|
|
|
|
public class beforeC<caret>onflictModuleImport {
|
|
public static void main(String[] args) {
|
|
List a = null;
|
|
}
|
|
} |