The "abstract" specifier is missing in MethodDefinition. For example, public abstract int foo(); "static" has the same problem. public static int s;
The "abstract" specifier is missing in MethodDefinition.
For example, public abstract int foo();
"static" has the same problem.
public static int s;