Files
2026-01-20 21:24:07 +00:00

5 lines
96 B
Java

import test.List; // comment
public static void m<caret>ain(String[] args) {
List a = null;
}