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
5 lines
82 B
Java
5 lines
82 B
Java
import test.*;
|
|
|
|
public static void m<caret>ain(String[] args) {
|
|
List a = null;
|
|
} |