mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 15:19:59 +07:00
Fixes IDEA-355602 Implicit class parsing: Javadoc is not attached to the method GitOrigin-RevId: bd18f57e8106618aa741203e6cb3f4cd8cffe13d
6 lines
83 B
Java
6 lines
83 B
Java
/**
|
|
* Main method
|
|
*/
|
|
public static void main() {
|
|
System.out.println("Hello");
|
|
} |