mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-30 04:45:20 +07:00
- tests GitOrigin-RevId: 946428cb5f8e397625acbec9446d731fb0550225
5 lines
82 B
Java
5 lines
82 B
Java
import test.*;
|
|
|
|
public static void m<caret>ain(String[] args) {
|
|
List a = null;
|
|
} |