mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-05 08:06:56 +07:00
- tests (cherry picked from commit 946428cb5f8e397625acbec9446d731fb0550225) GitOrigin-RevId: b7240b0999796cb367dd01eb49ff51b63004de94
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;
|
|
}
|
|
} |