Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.5.4
-
None
Description
When super.baseMethod() is invoked from a derived class, and if the baseMethod is abstract, the compiler does not complain and we get a
Exception in thread "main" java.lang.AbstractMethodError
despite CompileStatic
Code attached