mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-21 14:37:45 +07:00
- new inspection to convert ordinary classes into implicitly declared classes GitOrigin-RevId: 4a1756d52b672edafcb43a5f9f725a64bb19fa6d
6 lines
144 B
Java
6 lines
144 B
Java
// "Convert into implicitly declared class" "true-preview"
|
|
|
|
public static void main(String[] args) {
|
|
System.out.println("Hello, world!");
|
|
}
|