mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-29 16:02:32 +07:00
GitOrigin-RevId: 02694a621126a93da6b06009f2acd51241b5c406
5 lines
96 B
Java
5 lines
96 B
Java
import test.List; // comment
|
|
|
|
public static void m<caret>ain(String[] args) {
|
|
List a = null;
|
|
} |