The static method is allowed in local and anonymous class by JEP-395, so that it's possible to define 'main' method and launched with `java` command as long as user can specify the class.
Clarify if public static main method is allowed in anonymous/local class
The static method is allowed in local and anonymous class by JEP-395, so that it's possible to define 'main' method and launched with `java` command as long as user can specify the class.