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
5 lines
85 B
Java
5 lines
85 B
Java
import test.List;
|
|
|
|
public static void m<caret>ain(String[] args) {
|
|
List a = null;
|
|
} |