mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-29 07:03:37 +07:00
GitOrigin-RevId: 02694a621126a93da6b06009f2acd51241b5c406
7 lines
154 B
Java
7 lines
154 B
Java
import test.List; // comment
|
|
|
|
public class beforeC<caret>onflictModuleImport {
|
|
public static void main(String[] args) {
|
|
List a = null;
|
|
}
|
|
} |