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
211 B
Java
9 lines
211 B
Java
// "Convert into implicitly declared class" "false"
|
|
public class beforeWi<caret>thSyntaxError {
|
|
|
|
public static void main(String[] args) {
|
|
error error error;
|
|
System.out.println("Hello, world!");
|
|
}
|
|
}
|