mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-29 04:45:04 +07:00
- don't add implicit imports during migration from implicit classes GitOrigin-RevId: 335b3955f7088d67b4a59e922946257ed940ebd1
7 lines
159 B
Java
7 lines
159 B
Java
import test.List;
|
|
|
|
public class beforeC<caret>onflictModuleImportDemandOverModule {
|
|
public static void main(String[] args) {
|
|
List a = null;
|
|
}
|
|
} |