mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-05 08:06:56 +07:00
- tests (cherry picked from commit 946428cb5f8e397625acbec9446d731fb0550225) GitOrigin-RevId: b7240b0999796cb367dd01eb49ff51b63004de94
9 lines
289 B
Java
9 lines
289 B
Java
import p.*;
|
|
|
|
<warning descr="Explicit class declaration can be converted into implicitly declared class">public class beforeWithImport<caret>ConflictDemandsOverModule</warning> {
|
|
|
|
public static void main(String[] args) {
|
|
List a = null;
|
|
System.out.println("Hello, world!");
|
|
}
|
|
} |