You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Groovy:Can't have an abstract method in a non-abstract class. The class 'test30.B' must be declared abstract or the method 'java.lang.String getFoo()' must be implemented.
I don't expect this error. Also, the Groovy compiler seems to compile this code and if I run Test30 I get the expected result.
The text was updated successfully, but these errors were encountered:
Consider the following:
And:
Greclipse is reporting an error on B:
I don't expect this error. Also, the Groovy compiler seems to compile this code and if I run
Test30
I get the expected result.The text was updated successfully, but these errors were encountered: