mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-06 08:00:18 +07:00
GitOrigin-RevId: e77a013fa84cbafbfec866f6489147115532f656
10 lines
276 B
Java
10 lines
276 B
Java
import p.*;
|
|
|
|
<warning descr="Explicit class declaration can be converted into a compact source file">public class beforeWithImportConflic<caret>t</warning> {
|
|
|
|
public static void main(String[] args) {
|
|
List a = null;
|
|
System.out.println("Hello, world!" + args);
|
|
}
|
|
}
|