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
6 lines
125 B
Java
6 lines
125 B
Java
import p.List;
|
|
|
|
public static void main(Strin<caret>g[] args) {
|
|
List a = null;
|
|
System.out.println("Hello, world!");
|
|
} |