Exception in thread "main" java.lang.Error: Unresolved compilation problem:
Cannot make a static reference to the non-static method aMethod(int, int) from the type BaseClass
at MainClass.main(MainClass.java:4)
AMethod cannot be invoked from a static context.