Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Cannot Reproduce
-
4.0.15
-
None
-
None
Description
I have a Java interface
public interface Foo { Bar getBar(); }
and a Groovy class
@TupleConstructor class FooImpl implements Foo { final Bar bar }
The generated stub does not include the Bar getBar() property accessor, which causes the stub compilation to fail.