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