mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-22 00:19:11 +07:00
- new inspection to convert ordinary classes into implicitly declared classes GitOrigin-RevId: 4a1756d52b672edafcb43a5f9f725a64bb19fa6d
9 lines
194 B
Java
9 lines
194 B
Java
// "Convert into implicitly declared class" "false"
|
|
package a;
|
|
|
|
public class beforeWithPackag<caret>e {
|
|
public static void main(String[] args) {
|
|
System.out.println("Hello, world!");
|
|
}
|
|
}
|