mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-22 00:19:11 +07:00
- tests GitOrigin-RevId: 946428cb5f8e397625acbec9446d731fb0550225
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;
|
|
}
|
|
} |