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