mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-29 01:53:51 +07:00
- first part. update for implicit static imports GitOrigin-RevId: 8c0fdf1c8ebd424a80e53b93c707fba02a07448a
10 lines
198 B
Java
10 lines
198 B
Java
private final String field = "field";
|
|
|
|
public static void main() {
|
|
System.out.println("Hello, world!");
|
|
}
|
|
|
|
public static void mai<caret>n(String[] args) {
|
|
System.out.println("Hello, world!");
|
|
}
|