mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-09 11:44:39 +07:00
GitOrigin-RevId: fdb87ffc06388bd022224000c7b4e8d9e2013e9d
6 lines
90 B
Java
6 lines
90 B
Java
import p.List;
|
|
|
|
void ma<caret>in() {
|
|
List a = null;
|
|
IO.println("Hello, world!");
|
|
} |