-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.5.0-alpha-1
-
Component/s: xforms
-
Labels:
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.
- is a clone of
-
GROOVY-7523 TupleConstructor with empty includes includes all
-
- Closed
-