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 }
Attachments
Issue Links
- is cloned by
-
GROOVY-7529 Fix up transforms (apart from TupleConstructor) which are affected by empty includes default
- Closed