Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
Description
I know this is a bit of an edge case, but I find the behavior doesn't follow what one would expect
assert Cat.class.declaredConstructors.size() == 1 // fails @groovy.transform.TupleConstructor(includes=[]) class Cat { String name int age }
This is a CLONE to cover the other transforms. TupleConstructor was fixed in GROOVY-7523.
Attachments
Issue Links
- is a clone of
-
GROOVY-7523 TupleConstructor with empty includes includes all
- Closed