Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.0-JSR-5
-
None
Description
If I ass a setX method to MyClass via a category and then do:
new MyClass(x: "value")
the method is not called.
If I ass a setX method to MyClass via a category and then do:
new MyClass(x: "value")
the method is not called.