anonymous

- Total activity 2
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
anonymous created a post, Extending a class with 'public static void main' no longer allows you to run it
In previous a IntelliJ version, it was possible to run a class which extended another with a `psvm` method. For example: abstract class RunClass { static RunClass rc static void main(String...