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