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