Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
class A { abstract String getName() } class B extends A { String name="x" }
this examples compiles and works in Groovy, but the generated stub does not overwrite the getter from the super class